Html Css Color HEX #953520 Burnt Umber

📋 copy color: '#953520'

red 149 ◦ green 53 ◦ blue 32

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

Shades of Burnt Umber #953520

Tints of Burnt Umber #953520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 63.68%
G = 22.65%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953520 (or 0x953520) is known color: Burnt Umber. HEX triplet: 95, 35 and 20. RGB value is (149,53,32). Sum of RGB (Red+Green+Blue) = 149+53+32=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #953520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953520 is #6ACADF. Grayscale: #4F4F4F. Windows color (decimal): -6998752 or 2110869. OLE color: 2110869.

HSL color Cylindrical-coordinate representation of color #953520: hue angle of 10.77º 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 #953520 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 53 32 -
CMYK 0 0.64 0.79 0.42
HSL 10.77º 0.65% 0.35% -
HSV(B) 10.77º 0.79% 0.58% -
XYZ 13.93 9.04 2.38 -
YUV 79.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 149 53 32 0 0.64 0.79 0.42 10.77 0.65 0.35
Hex 95 35 20 0 40 4F 2A B 41 23
Octal 225 65 40 0 100 117 52 13 101 43
Binary 10010101 110101 100000 0 1000000 1001111 101010 1011 1000001 100011

Color Harmonies of #953520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953520

Black with #953520

Text Example


Text Example

White with #953520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953520; }

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

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

background-color css

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

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

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

border-color css

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

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

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