#97381B

Color #97381B Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #97381B

Tints of Burnt Umber #97381B

Color information

#97381B (or 0x97381B) is unknown color: approx Burnt Umber. HEX triplet: 97, 38 and 1B. RGB value is (151,56,27). Sum of RGB (Red+Green+Blue) = 151+56+27=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #97381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97381B is #68C7E4. Grayscale: #515151. Windows color (decimal): -6866917 or 1783959. OLE color: 1783959.

HSL color Cylindrical-coordinate representation of color #97381B: hue angle of 14.03º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97381B is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1515627-
CMYK00.630.820.41
HSL14.03º69.66%34.9%-
HSV(B)14.03º82.12%59.22%-
XYZ14.379.492.11-
YUV81.197.47177.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 64.53%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=64.53%
G=23.93%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151562700.630.820.4114.0369.6634.9
Hex97381B03F5229e4623
Octal2277033077122511610643
Binary10010111111000110110111111101001010100111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97381B; }

 p { color: rgb(151,56,27); }

 H1.HeaderClassName
 {
   color: #97381B;
 }
 .AnyTagClassName
 {
   color: #97381B;
 }
</style>
background-color css

<style>
 a { background-color: #97381B; }

 a { background-color: rgb(151,56,27); }

 div.DivClassName
 {
   background-color: #97381B;
 }
 .BgClassName
 {
   background-color: #97381B;
 }
</style>
border-color css

<style>
 span { border-color: #97381B; }

 span { border-color: rgb(151,56,27); }

 td.TdClassName
 {
   border-color: #97381B;
 }
 .TagClassName
 {
   border-color: #97381B;
 }
</style>