Html Css Color HEX #912D15 Burnt Umber

📋 copy color: '#912D15'

red 145 ◦ green 45 ◦ blue 21

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

Shades of Burnt Umber #912D15

Tints of Burnt Umber #912D15

RGB

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

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

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

R = 68.72%
G = 21.33%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912D15 (or 0x912D15) is known color: Burnt Umber. HEX triplet: 91, 2D and 15. RGB value is (145,45,21). Sum of RGB (Red+Green+Blue) = 145+45+21=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #912D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912D15 is #6ED2EA. Grayscale: #484848. Windows color (decimal): -7262955 or 1387921. OLE color: 1387921.

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

Color convert

RGB 145 45 21 -
CMYK 0 0.69 0.86 0.43
HSL 11.61º 0.75% 0.33% -
HSV(B) 11.61º 0.86% 0.57% -
XYZ 12.75 7.95 1.57 -
YUV 72.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 145 45 21 0 0.69 0.86 0.43 11.61 0.75 0.33
Hex 91 2D 15 0 45 56 2B C 4B 21
Octal 221 55 25 0 105 126 53 14 113 41
Binary 10010001 101101 10101 0 1000101 1010110 101011 1100 1001011 100001

Color Harmonies of #912D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D15

Black with #912D15

Text Example


Text Example

White with #912D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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