Html Css Color HEX #912D1E Burnt Umber

📋 copy color: '#912D1E'

red 145 ◦ green 45 ◦ blue 30

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

Shades of Burnt Umber #912D1E

Tints of Burnt Umber #912D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 65.91%
G = 20.45%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#912D1E (or 0x912D1E) is known color: Burnt Umber. HEX triplet: 91, 2D and 1E. RGB value is (145,45,30). Sum of RGB (Red+Green+Blue) = 145+45+30=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #912D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912D1E is #6ED2E1. Grayscale: #494949. Windows color (decimal): -7262946 or 1977745. OLE color: 1977745.

HSL color Cylindrical-coordinate representation of color #912D1E: hue angle of 7.83º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #912D1E is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 45 30 -
CMYK 0 0.69 0.79 0.43
HSL 7.83º 0.66% 0.34% -
HSV(B) 7.83º 0.79% 0.57% -
XYZ 12.85 7.99 2.09 -
YUV 73.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 145 45 30 0 0.69 0.79 0.43 7.83 0.66 0.34
Hex 91 2D 1E 0 45 4F 2B 8 42 22
Octal 221 55 36 0 105 117 53 10 102 42
Binary 10010001 101101 11110 0 1000101 1001111 101011 1000 1000010 100010

Color Harmonies of #912D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D1E

Black with #912D1E

Text Example


Text Example

White with #912D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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