Html Css Color HEX #953320 Burnt Umber

📋 copy color: '#953320'

red 149 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #953320

Tints of Burnt Umber #953320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 64.22%
G = 21.98%
B = 13.79%

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

#953320 (or 0x953320) is known color: Burnt Umber. HEX triplet: 95, 33 and 20. RGB value is (149,51,32). Sum of RGB (Red+Green+Blue) = 149+51+32=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #953320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953320 is #6ACCDF. Grayscale: #4E4E4E. Windows color (decimal): -6999264 or 2110357. OLE color: 2110357.

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

Color convert

RGB 149 51 32 -
CMYK 0 0.66 0.79 0.42
HSL 9.74º 0.65% 0.35% -
HSV(B) 9.74º 0.79% 0.58% -
XYZ 13.84 8.86 2.35 -
YUV 78.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 149 51 32 0 0.66 0.79 0.42 9.74 0.65 0.35
Hex 95 33 20 0 42 4F 2A A 41 23
Octal 225 63 40 0 102 117 52 12 101 43
Binary 10010101 110011 100000 0 1000010 1001111 101010 1010 1000001 100011

Color Harmonies of #953320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953320

Black with #953320

Text Example


Text Example

White with #953320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953320; }

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

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

background-color css

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

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

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

border-color css

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

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

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