Html Css Color HEX #953424 Burnt Umber

📋 copy color: '#953424'

red 149 ◦ green 52 ◦ blue 36

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

Shades of Burnt Umber #953424

Tints of Burnt Umber #953424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 62.87%
G = 21.94%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#953424 (or 0x953424) is known color: Burnt Umber. HEX triplet: 95, 34 and 24. RGB value is (149,52,36). Sum of RGB (Red+Green+Blue) = 149+52+36=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #953424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953424 is #6ACBDB. Grayscale: #4F4F4F. Windows color (decimal): -6999004 or 2372757. OLE color: 2372757.

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

Color convert

RGB 149 52 36 -
CMYK 0 0.65 0.76 0.42
HSL 8.5º 0.61% 0.36% -
HSV(B) 8.5º 0.76% 0.58% -
XYZ 13.94 8.97 2.67 -
YUV 79.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 149 52 36 0 0.65 0.76 0.42 8.5 0.61 0.36
Hex 95 34 24 0 41 4C 2A 8 3D 24
Octal 225 64 44 0 101 114 52 10 75 44
Binary 10010101 110100 100100 0 1000001 1001100 101010 1000 111101 100100

Color Harmonies of #953424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953424

Black with #953424

Text Example


Text Example

White with #953424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953424; }

 p { color: rgb(149,52,36); }

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

background-color css

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

 a { background-color: rgb(149,52,36); }

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

border-color css

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

 span { border-color: rgb(149,52,36); }

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