Html Css Color HEX #912D12 Burnt Umber

📋 copy color: '#912D12'

red 145 ◦ green 45 ◦ blue 18

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

Shades of Burnt Umber #912D12

Tints of Burnt Umber #912D12

RGB

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

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

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

R = 69.71%
G = 21.63%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912D12 (or 0x912D12) is known color: Burnt Umber. HEX triplet: 91, 2D and 12. RGB value is (145,45,18). Sum of RGB (Red+Green+Blue) = 145+45+18=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #912D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912D12 is #6ED2ED. Grayscale: #484848. Windows color (decimal): -7262958 or 1191313. OLE color: 1191313.

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

Color convert

RGB 145 45 18 -
CMYK 0 0.69 0.88 0.43
HSL 12.76º 0.78% 0.32% -
HSV(B) 12.76º 0.88% 0.57% -
XYZ 12.72 7.94 1.43 -
YUV 71.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 145 45 18 0 0.69 0.88 0.43 12.76 0.78 0.32
Hex 91 2D 12 0 45 58 2B D 4E 20
Octal 221 55 22 0 105 130 53 15 116 40
Binary 10010001 101101 10010 0 1000101 1011000 101011 1101 1001110 100000

Color Harmonies of #912D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D12

Black with #912D12

Text Example


Text Example

White with #912D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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