Html Css Color HEX #953720 Burnt Umber

📋 copy color: '#953720'

red 149 ◦ green 55 ◦ blue 32

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

Shades of Burnt Umber #953720

Tints of Burnt Umber #953720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

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

R = 63.14%
G = 23.31%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#953720 (or 0x953720) is known color: Burnt Umber. HEX triplet: 95, 37 and 20. RGB value is (149,55,32). Sum of RGB (Red+Green+Blue) = 149+55+32=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #953720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953720 is #6AC8DF. Grayscale: #505050. Windows color (decimal): -6998240 or 2111381. OLE color: 2111381.

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

Color convert

RGB 149 55 32 -
CMYK 0 0.63 0.79 0.42
HSL 11.79º 0.65% 0.35% -
HSV(B) 11.79º 0.79% 0.58% -
XYZ 14.02 9.23 2.41 -
YUV 80.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 149 55 32 0 0.63 0.79 0.42 11.79 0.65 0.35
Hex 95 37 20 0 3F 4F 2A C 41 23
Octal 225 67 40 0 77 117 52 14 101 43
Binary 10010101 110111 100000 0 111111 1001111 101010 1100 1000001 100011

Color Harmonies of #953720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953720

Black with #953720

Text Example


Text Example

White with #953720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953720; }

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

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

background-color css

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

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

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

border-color css

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

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

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