Html Css Color HEX #912F14 Burnt Umber

📋 copy color: '#912F14'

red 145 ◦ green 47 ◦ blue 20

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

Shades of Burnt Umber #912F14

Tints of Burnt Umber #912F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

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

R = 68.4%
G = 22.17%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912F14 (or 0x912F14) is known color: Burnt Umber. HEX triplet: 91, 2F and 14. RGB value is (145,47,20). Sum of RGB (Red+Green+Blue) = 145+47+20=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #912F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912F14 is #6ED0EB. Grayscale: #494949. Windows color (decimal): -7262444 or 1322897. OLE color: 1322897.

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

Color convert

RGB 145 47 20 -
CMYK 0 0.68 0.86 0.43
HSL 12.96º 0.76% 0.32% -
HSV(B) 12.96º 0.86% 0.57% -
XYZ 12.82 8.1 1.55 -
YUV 73.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 145 47 20 0 0.68 0.86 0.43 12.96 0.76 0.32
Hex 91 2F 14 0 44 56 2B D 4C 20
Octal 221 57 24 0 104 126 53 15 114 40
Binary 10010001 101111 10100 0 1000100 1010110 101011 1101 1001100 100000

Color Harmonies of #912F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912F14

Black with #912F14

Text Example


Text Example

White with #912F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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