Html Css Color HEX #912C13 Burnt Umber

📋 copy color: '#912C13'

red 145 ◦ green 44 ◦ blue 19

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

Shades of Burnt Umber #912C13

Tints of Burnt Umber #912C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 69.71%
G = 21.15%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#912C13 (or 0x912C13) is known color: Burnt Umber. HEX triplet: 91, 2C and 13. RGB value is (145,44,19). Sum of RGB (Red+Green+Blue) = 145+44+19=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #912C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C13 is #6ED3EC. Grayscale: #474747. Windows color (decimal): -7263213 or 1256593. OLE color: 1256593.

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

Color convert

RGB 145 44 19 -
CMYK 0 0.70 0.87 0.43
HSL 11.9º 0.77% 0.32% -
HSV(B) 11.9º 0.87% 0.57% -
XYZ 12.7 7.87 1.47 -
YUV 71.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 145 44 19 0 0.70 0.87 0.43 11.9 0.77 0.32
Hex 91 2C 13 0 46 57 2B C 4D 20
Octal 221 54 23 0 106 127 53 14 115 40
Binary 10010001 101100 10011 0 1000110 1010111 101011 1100 1001101 100000

Color Harmonies of #912C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C13

Black with #912C13

Text Example


Text Example

White with #912C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,44,19); }

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

background-color css

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

 a { background-color: rgb(145,44,19); }

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

border-color css

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

 span { border-color: rgb(145,44,19); }

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