Html Css Color HEX #972B1B Burnt Umber

📋 copy color: '#972B1B'

red 151 ◦ green 43 ◦ blue 27

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

Shades of Burnt Umber #972B1B

Tints of Burnt Umber #972B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 68.33%
G = 19.46%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#972B1B (or 0x972B1B) is known color: Burnt Umber. HEX triplet: 97, 2B and 1B. RGB value is (151,43,27). Sum of RGB (Red+Green+Blue) = 151+43+27=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #972B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B1B is #68D4E4. Grayscale: #494949. Windows color (decimal): -6870245 or 1780631. OLE color: 1780631.

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

Color convert

RGB 151 43 27 -
CMYK 0 0.72 0.82 0.41
HSL 7.74º 0.7% 0.35% -
HSV(B) 7.74º 0.82% 0.59% -
XYZ 13.82 8.39 1.93 -
YUV 73.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 151 43 27 0 0.72 0.82 0.41 7.74 0.7 0.35
Hex 97 2B 1B 0 48 52 29 8 46 23
Octal 227 53 33 0 110 122 51 10 106 43
Binary 10010111 101011 11011 0 1001000 1010010 101001 1000 1000110 100011

Color Harmonies of #972B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B1B

Black with #972B1B

Text Example


Text Example

White with #972B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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