Html Css Color HEX #912F12 Burnt Umber

📋 copy color: '#912F12'

red 145 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #912F12

Tints of Burnt Umber #912F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 69.05%
G = 22.38%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912F12 (or 0x912F12) is known color: Burnt Umber. HEX triplet: 91, 2F and 12. RGB value is (145,47,18). Sum of RGB (Red+Green+Blue) = 145+47+18=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #912F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912F12 is #6ED0ED. Grayscale: #494949. Windows color (decimal): -7262446 or 1191825. OLE color: 1191825.

HSL color Cylindrical-coordinate representation of color #912F12: hue angle of 13.7º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #912F12 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 47 18 -
CMYK 0 0.68 0.88 0.43
HSL 13.7º 0.78% 0.32% -
HSV(B) 13.7º 0.88% 0.57% -
XYZ 12.8 8.1 1.46 -
YUV 73 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 145 47 18 0 0.68 0.88 0.43 13.7 0.78 0.32
Hex 91 2F 12 0 44 58 2B E 4E 20
Octal 221 57 22 0 104 130 53 16 116 40
Binary 10010001 101111 10010 0 1000100 1011000 101011 1110 1001110 100000

Color Harmonies of #912F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912F12

Black with #912F12

Text Example


Text Example

White with #912F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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