Html Css Color HEX #953220 Burnt Umber

📋 copy color: '#953220'

red 149 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #953220

Tints of Burnt Umber #953220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 64.5%
G = 21.65%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953220 (or 0x953220) is known color: Burnt Umber. HEX triplet: 95, 32 and 20. RGB value is (149,50,32). Sum of RGB (Red+Green+Blue) = 149+50+32=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #953220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953220 is #6ACDDF. Grayscale: #4D4D4D. Windows color (decimal): -6999520 or 2110101. OLE color: 2110101.

HSL color Cylindrical-coordinate representation of color #953220: hue angle of 9.23º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #953220 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 32 -
CMYK 0 0.66 0.79 0.42
HSL 9.23º 0.65% 0.35% -
HSV(B) 9.23º 0.79% 0.58% -
XYZ 13.8 8.78 2.33 -
YUV 77.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 149 50 32 0 0.66 0.79 0.42 9.23 0.65 0.35
Hex 95 32 20 0 42 4F 2A 9 41 23
Octal 225 62 40 0 102 117 52 11 101 43
Binary 10010101 110010 100000 0 1000010 1001111 101010 1001 1000001 100011

Color Harmonies of #953220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953220

Black with #953220

Text Example


Text Example

White with #953220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953220; }

 p { color: rgb(149,50,32); }

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

background-color css

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

 a { background-color: rgb(149,50,32); }

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

border-color css

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

 span { border-color: rgb(149,50,32); }

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