Html Css Color HEX #972B0B Burnt Umber

📋 copy color: '#972B0B'

red 151 ◦ green 43 ◦ blue 11

#972B0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #972B0B

Tints of Burnt Umber #972B0B

RGB

 RED value IS 151 (59.38% from 255) = 73.66%

 GREEN value IS 43 (17.19% from 255) = 20.98%

 BLUE value IS 11 (4.69% from 255) = 5.37%

R = 73.66%
G = 20.98%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#972B0B (or 0x972B0B) is known color: Burnt Umber. HEX triplet: 97, 2B and 0B. RGB value is (151,43,11). Sum of RGB (Red+Green+Blue) = 151+43+11=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #972B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972B0B is #68D4F4. Grayscale: #474747. Windows color (decimal): -6870261 or 732055. OLE color: 732055.

HSL color Cylindrical-coordinate representation of color #972B0B: hue angle of 13.71º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #972B0B is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 43 11 -
CMYK 0 0.72 0.93 0.41
HSL 13.71º 0.86% 0.32% -
HSV(B) 13.71º 0.93% 0.59% -
XYZ 13.69 8.33 1.2 -
YUV 71.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 151 43 11 0 0.72 0.93 0.41 13.71 0.86 0.32
Hex 97 2B B 0 48 5D 29 E 56 20
Octal 227 53 13 0 110 135 51 16 126 40
Binary 10010111 101011 1011 0 1001000 1011101 101001 1110 1010110 100000

Color Harmonies of #972B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B0B

Black with #972B0B

Text Example


Text Example

White with #972B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,43,11); }

 H1.HeaderClassName
 {
   color: #972B0B;
 }
 .AnyTagClassName
 {
   color: #972B0B;
 }
</style>

background-color css

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

 a { background-color: rgb(151,43,11); }

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

border-color css

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

 span { border-color: rgb(151,43,11); }

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