Html Css Color HEX #953525 Burnt Umber

📋 copy color: '#953525'

red 149 ◦ green 53 ◦ blue 37

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

Shades of Burnt Umber #953525

Tints of Burnt Umber #953525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.48%

R = 62.34%
G = 22.18%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#953525 (or 0x953525) is known color: Burnt Umber. HEX triplet: 95, 35 and 25. RGB value is (149,53,37). Sum of RGB (Red+Green+Blue) = 149+53+37=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #953525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953525 is #6ACADA. Grayscale: #505050. Windows color (decimal): -6998747 or 2438549. OLE color: 2438549.

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

Color convert

RGB 149 53 37 -
CMYK 0 0.64 0.75 0.42
HSL 8.57º 0.6% 0.36% -
HSV(B) 8.57º 0.75% 0.58% -
XYZ 14 9.07 2.76 -
YUV 79.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 149 53 37 0 0.64 0.75 0.42 8.57 0.6 0.36
Hex 95 35 25 0 40 4B 2A 9 3C 24
Octal 225 65 45 0 100 113 52 11 74 44
Binary 10010101 110101 100101 0 1000000 1001011 101010 1001 111100 100100

Color Harmonies of #953525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953525

Black with #953525

Text Example


Text Example

White with #953525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953525; }

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

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

background-color css

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

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

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

border-color css

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

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

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