Html Css Color HEX #912C15 Burnt Umber

📋 copy color: '#912C15'

red 145 ◦ green 44 ◦ blue 21

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

Shades of Burnt Umber #912C15

Tints of Burnt Umber #912C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10%

R = 69.05%
G = 20.95%
B = 10%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912C15 (or 0x912C15) is known color: Burnt Umber. HEX triplet: 91, 2C and 15. RGB value is (145,44,21). Sum of RGB (Red+Green+Blue) = 145+44+21=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #912C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C15 is #6ED3EA. Grayscale: #474747. Windows color (decimal): -7263211 or 1387665. OLE color: 1387665.

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

Color convert

RGB 145 44 21 -
CMYK 0 0.70 0.86 0.43
HSL 11.13º 0.75% 0.33% -
HSV(B) 11.13º 0.86% 0.57% -
XYZ 12.71 7.88 1.56 -
YUV 71.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 145 44 21 0 0.70 0.86 0.43 11.13 0.75 0.33
Hex 91 2C 15 0 46 56 2B B 4B 21
Octal 221 54 25 0 106 126 53 13 113 41
Binary 10010001 101100 10101 0 1000110 1010110 101011 1011 1001011 100001

Color Harmonies of #912C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C15

Black with #912C15

Text Example


Text Example

White with #912C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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