#972F1B

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

Shades of Burnt Umber #972F1B

Tints of Burnt Umber #972F1B

Color information

#972F1B (or 0x972F1B) is unknown color: approx Burnt Umber. HEX triplet: 97, 2F and 1B. RGB value is (151,47,27). Sum of RGB (Red+Green+Blue) = 151+47+27=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #972F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F1B is #68D0E4. Grayscale: #4C4C4C. Windows color (decimal): -6869221 or 1781655. OLE color: 1781655.

HSL color Cylindrical-coordinate representation of color #972F1B: hue angle of 9.68º 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 #972F1B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1514727-
CMYK00.690.820.41
HSL9.68º69.66%34.9%-
HSV(B)9.68º82.12%59.22%-
XYZ13.988.691.98-
YUV75.82100.46181.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 27 (10.94% from 255) = 12%
R=67.11%
G=20.89%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151472700.690.820.419.6869.6634.9
Hex972F1B0455229a4623
Octal22757330105122511210643
Binary100101111011111101101000101101001010100110101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972F1B; }

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

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

<style>
 a { background-color: #972F1B; }

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

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

<style>
 span { border-color: #972F1B; }

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

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