Html Css Color HEX #912914 Burnt Umber

📋 copy color: '#912914'

red 145 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #912914

Tints of Burnt Umber #912914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 70.39%
G = 19.9%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912914 (or 0x912914) is known color: Burnt Umber. HEX triplet: 91, 29 and 14. RGB value is (145,41,20). Sum of RGB (Red+Green+Blue) = 145+41+20=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #912914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912914 is #6ED6EB. Grayscale: #454545. Windows color (decimal): -7263980 or 1321361. OLE color: 1321361.

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

Color convert

RGB 145 41 20 -
CMYK 0 0.72 0.86 0.43
HSL 10.08º 0.76% 0.32% -
HSV(B) 10.08º 0.86% 0.57% -
XYZ 12.6 7.66 1.48 -
YUV 69.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 145 41 20 0 0.72 0.86 0.43 10.08 0.76 0.32
Hex 91 29 14 0 48 56 2B A 4C 20
Octal 221 51 24 0 110 126 53 12 114 40
Binary 10010001 101001 10100 0 1001000 1010110 101011 1010 1001100 100000

Color Harmonies of #912914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912914

Black with #912914

Text Example


Text Example

White with #912914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912914; }

 p { color: rgb(145,41,20); }

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

background-color css

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

 a { background-color: rgb(145,41,20); }

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

border-color css

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

 span { border-color: rgb(145,41,20); }

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