Html Css Color HEX #912D0E Burnt Umber

📋 copy color: '#912D0E'

red 145 ◦ green 45 ◦ blue 14

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

Shades of Burnt Umber #912D0E

Tints of Burnt Umber #912D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

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

R = 71.08%
G = 22.06%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#912D0E (or 0x912D0E) is known color: Burnt Umber. HEX triplet: 91, 2D and 0E. RGB value is (145,45,14). Sum of RGB (Red+Green+Blue) = 145+45+14=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #912D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912D0E is #6ED2F1. Grayscale: #474747. Windows color (decimal): -7262962 or 929169. OLE color: 929169.

HSL color Cylindrical-coordinate representation of color #912D0E: hue angle of 14.2º 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 #912D0E is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 45 14 -
CMYK 0 0.69 0.90 0.43
HSL 14.2º 0.82% 0.31% -
HSV(B) 14.2º 0.9% 0.57% -
XYZ 12.69 7.93 1.28 -
YUV 71.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 145 45 14 0 0.69 0.90 0.43 14.2 0.82 0.31
Hex 91 2D E 0 45 5A 2B E 52 1F
Octal 221 55 16 0 105 132 53 16 122 37
Binary 10010001 101101 1110 0 1000101 1011010 101011 1110 1010010 11111

Color Harmonies of #912D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D0E

Black with #912D0E

Text Example


Text Example

White with #912D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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