Html Css Color HEX #973312 Burnt Umber

📋 copy color: '#973312'

red 151 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #973312

Tints of Burnt Umber #973312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 68.64%
G = 23.18%
B = 8.18%

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

#973312 (or 0x973312) is known color: Burnt Umber. HEX triplet: 97, 33 and 12. RGB value is (151,51,18). Sum of RGB (Red+Green+Blue) = 151+51+18=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #973312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973312 is #68CCED. Grayscale: #4D4D4D. Windows color (decimal): -6868206 or 1192855. OLE color: 1192855.

HSL color Cylindrical-coordinate representation of color #973312: hue angle of 14.89º 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 #973312 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 18 -
CMYK 0 0.66 0.88 0.41
HSL 14.89º 0.79% 0.33% -
HSV(B) 14.89º 0.88% 0.59% -
XYZ 14.06 8.99 1.57 -
YUV 77.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 151 51 18 0 0.66 0.88 0.41 14.89 0.79 0.33
Hex 97 33 12 0 42 58 29 F 4F 21
Octal 227 63 22 0 102 130 51 17 117 41
Binary 10010111 110011 10010 0 1000010 1011000 101001 1111 1001111 100001

Color Harmonies of #973312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973312

Black with #973312

Text Example


Text Example

White with #973312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973312; }

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

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

background-color css

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

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

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

border-color css

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

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

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