Html Css Color HEX #912C0E Burnt Umber

📋 copy color: '#912C0E'

red 145 ◦ green 44 ◦ blue 14

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

Shades of Burnt Umber #912C0E

Tints of Burnt Umber #912C0E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 71.43%
G = 21.67%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#912C0E (or 0x912C0E) is known color: Burnt Umber. HEX triplet: 91, 2C and 0E. RGB value is (145,44,14). Sum of RGB (Red+Green+Blue) = 145+44+14=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #912C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C0E is #6ED3F1. Grayscale: #474747. Windows color (decimal): -7263218 or 928913. OLE color: 928913.

HSL color Cylindrical-coordinate representation of color #912C0E: hue angle of 13.74º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #912C0E is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 44 14 -
CMYK 0 0.70 0.90 0.43
HSL 13.74º 0.82% 0.31% -
HSV(B) 13.74º 0.9% 0.57% -
XYZ 12.66 7.85 1.26 -
YUV 70.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 145 44 14 0 0.70 0.90 0.43 13.74 0.82 0.31
Hex 91 2C E 0 46 5A 2B E 52 1F
Octal 221 54 16 0 106 132 53 16 122 37
Binary 10010001 101100 1110 0 1000110 1011010 101011 1110 1010010 11111

Color Harmonies of #912C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C0E

Black with #912C0E

Text Example


Text Example

White with #912C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912C0E; }

 p { color: rgb(145,44,14); }

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

background-color css

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

 a { background-color: rgb(145,44,14); }

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

border-color css

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

 span { border-color: rgb(145,44,14); }

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