Html Css Color HEX #973412 Burnt Umber

📋 copy color: '#973412'

red 151 ◦ green 52 ◦ blue 18

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

Shades of Burnt Umber #973412

Tints of Burnt Umber #973412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 68.33%
G = 23.53%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#973412 (or 0x973412) is known color: Burnt Umber. HEX triplet: 97, 34 and 12. RGB value is (151,52,18). Sum of RGB (Red+Green+Blue) = 151+52+18=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #973412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973412 is #68CBED. Grayscale: #4D4D4D. Windows color (decimal): -6867950 or 1193111. OLE color: 1193111.

HSL color Cylindrical-coordinate representation of color #973412: hue angle of 15.34º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #973412 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 18 -
CMYK 0 0.66 0.88 0.41
HSL 15.34º 0.79% 0.33% -
HSV(B) 15.34º 0.88% 0.59% -
XYZ 14.1 9.08 1.58 -
YUV 77.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 151 52 18 0 0.66 0.88 0.41 15.34 0.79 0.33
Hex 97 34 12 0 42 58 29 F 4F 21
Octal 227 64 22 0 102 130 51 17 117 41
Binary 10010111 110100 10010 0 1000010 1011000 101001 1111 1001111 100001

Color Harmonies of #973412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973412

Black with #973412

Text Example


Text Example

White with #973412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973412; }

 p { color: rgb(151,52,18); }

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

background-color css

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

 a { background-color: rgb(151,52,18); }

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

border-color css

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

 span { border-color: rgb(151,52,18); }

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