Html Css Color HEX #912E1E Burnt Umber

📋 copy color: '#912E1E'

red 145 ◦ green 46 ◦ blue 30

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

Shades of Burnt Umber #912E1E

Tints of Burnt Umber #912E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.81%

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

R = 65.61%
G = 20.81%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#912E1E (or 0x912E1E) is known color: Burnt Umber. HEX triplet: 91, 2E and 1E. RGB value is (145,46,30). Sum of RGB (Red+Green+Blue) = 145+46+30=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #912E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E1E is #6ED1E1. Grayscale: #494949. Windows color (decimal): -7262690 or 1978001. OLE color: 1978001.

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

Color convert

RGB 145 46 30 -
CMYK 0 0.68 0.79 0.43
HSL 8.35º 0.66% 0.34% -
HSV(B) 8.35º 0.79% 0.57% -
XYZ 12.89 8.07 2.11 -
YUV 73.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 145 46 30 0 0.68 0.79 0.43 8.35 0.66 0.34
Hex 91 2E 1E 0 44 4F 2B 8 42 22
Octal 221 56 36 0 104 117 53 10 102 42
Binary 10010001 101110 11110 0 1000100 1001111 101011 1000 1000010 100010

Color Harmonies of #912E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912E1E

Black with #912E1E

Text Example


Text Example

White with #912E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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