Html Css Color HEX #953117 Burnt Umber

📋 copy color: '#953117'

red 149 ◦ green 49 ◦ blue 23

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

Shades of Burnt Umber #953117

Tints of Burnt Umber #953117

RGB

 RED value IS 149 (58.59% from 255) = 67.42%

 GREEN value IS 49 (19.53% from 255) = 22.17%

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

R = 67.42%
G = 22.17%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953117 (or 0x953117) is known color: Burnt Umber. HEX triplet: 95, 31 and 17. RGB value is (149,49,23). Sum of RGB (Red+Green+Blue) = 149+49+23=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953117 is #6ACEE8. Grayscale: #4C4C4C. Windows color (decimal): -6999785 or 1520021. OLE color: 1520021.

HSL color Cylindrical-coordinate representation of color #953117: hue angle of 12.38º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #953117 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 23 -
CMYK 0 0.67 0.85 0.42
HSL 12.38º 0.73% 0.34% -
HSV(B) 12.38º 0.85% 0.58% -
XYZ 13.65 8.65 1.76 -
YUV 75.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 149 49 23 0 0.67 0.85 0.42 12.38 0.73 0.34
Hex 95 31 17 0 43 55 2A C 49 22
Octal 225 61 27 0 103 125 52 14 111 42
Binary 10010101 110001 10111 0 1000011 1010101 101010 1100 1001001 100010

Color Harmonies of #953117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953117

Black with #953117

Text Example


Text Example

White with #953117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953117; }

 p { color: rgb(149,49,23); }

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

background-color css

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

 a { background-color: rgb(149,49,23); }

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

border-color css

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

 span { border-color: rgb(149,49,23); }

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