Html Css Color HEX #952C16 Burnt Umber

📋 copy color: '#952C16'

red 149 ◦ green 44 ◦ blue 22

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

Shades of Burnt Umber #952C16

Tints of Burnt Umber #952C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 69.3%
G = 20.47%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952C16 (or 0x952C16) is known color: Burnt Umber. HEX triplet: 95, 2C and 16. RGB value is (149,44,22). Sum of RGB (Red+Green+Blue) = 149+44+22=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #952C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C16 is #6AD3E9. Grayscale: #494949. Windows color (decimal): -7001066 or 1453205. OLE color: 1453205.

HSL color Cylindrical-coordinate representation of color #952C16: hue angle of 10.39º degrees, saturation: 0.74, 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 #952C16 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 22 -
CMYK 0 0.70 0.85 0.42
HSL 10.39º 0.74% 0.34% -
HSV(B) 10.39º 0.85% 0.58% -
XYZ 13.44 8.25 1.64 -
YUV 72.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 149 44 22 0 0.70 0.85 0.42 10.39 0.74 0.34
Hex 95 2C 16 0 46 55 2A A 4A 22
Octal 225 54 26 0 106 125 52 12 112 42
Binary 10010101 101100 10110 0 1000110 1010101 101010 1010 1001010 100010

Color Harmonies of #952C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C16

Black with #952C16

Text Example


Text Example

White with #952C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952C16; }

 p { color: rgb(149,44,22); }

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

background-color css

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

 a { background-color: rgb(149,44,22); }

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

border-color css

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

 span { border-color: rgb(149,44,22); }

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