Html Css Color HEX #913212 Burnt Umber

📋 copy color: '#913212'

red 145 ◦ green 50 ◦ blue 18

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

Shades of Burnt Umber #913212

Tints of Burnt Umber #913212

RGB

 RED value IS 145 (57.03% from 255) = 68.08%

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 68.08%
G = 23.47%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#913212 (or 0x913212) is known color: Burnt Umber. HEX triplet: 91, 32 and 12. RGB value is (145,50,18). Sum of RGB (Red+Green+Blue) = 145+50+18=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #913212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913212 is #6ECDED. Grayscale: #4A4A4A. Windows color (decimal): -7261678 or 1192593. OLE color: 1192593.

HSL color Cylindrical-coordinate representation of color #913212: hue angle of 15.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #913212 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 18 -
CMYK 0 0.66 0.88 0.43
HSL 15.12º 0.78% 0.32% -
HSV(B) 15.12º 0.88% 0.57% -
XYZ 12.93 8.34 1.5 -
YUV 74.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 145 50 18 0 0.66 0.88 0.43 15.12 0.78 0.32
Hex 91 32 12 0 42 58 2B F 4E 20
Octal 221 62 22 0 102 130 53 17 116 40
Binary 10010001 110010 10010 0 1000010 1011000 101011 1111 1001110 100000

Color Harmonies of #913212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913212

Black with #913212

Text Example


Text Example

White with #913212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913212; }

 p { color: rgb(145,50,18); }

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

background-color css

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

 a { background-color: rgb(145,50,18); }

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

border-color css

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

 span { border-color: rgb(145,50,18); }

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