Html Css Color HEX #912D17 Burnt Umber

📋 copy color: '#912D17'

red 145 ◦ green 45 ◦ blue 23

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

Shades of Burnt Umber #912D17

Tints of Burnt Umber #912D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 68.08%
G = 21.13%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#912D17 (or 0x912D17) is known color: Burnt Umber. HEX triplet: 91, 2D and 17. RGB value is (145,45,23). Sum of RGB (Red+Green+Blue) = 145+45+23=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #912D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912D17 is #6ED2E8. Grayscale: #484848. Windows color (decimal): -7262953 or 1518993. OLE color: 1518993.

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

Color convert

RGB 145 45 23 -
CMYK 0 0.69 0.84 0.43
HSL 10.82º 0.73% 0.33% -
HSV(B) 10.82º 0.84% 0.57% -
XYZ 12.77 7.96 1.67 -
YUV 72.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 145 45 23 0 0.69 0.84 0.43 10.82 0.73 0.33
Hex 91 2D 17 0 45 54 2B B 49 21
Octal 221 55 27 0 105 124 53 13 111 41
Binary 10010001 101101 10111 0 1000101 1010100 101011 1011 1001001 100001

Color Harmonies of #912D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D17

Black with #912D17

Text Example


Text Example

White with #912D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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