Html Css Color HEX #953526 Burnt Umber

📋 copy color: '#953526'

red 149 ◦ green 53 ◦ blue 38

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

Shades of Burnt Umber #953526

Tints of Burnt Umber #953526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.83%

R = 62.08%
G = 22.08%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#953526 (or 0x953526) is known color: Burnt Umber. HEX triplet: 95, 35 and 26. RGB value is (149,53,38). Sum of RGB (Red+Green+Blue) = 149+53+38=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953526 is #6ACAD9. Grayscale: #505050. Windows color (decimal): -6998746 or 2504085. OLE color: 2504085.

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

Color convert

RGB 149 53 38 -
CMYK 0 0.64 0.74 0.42
HSL 8.11º 0.59% 0.37% -
HSV(B) 8.11º 0.74% 0.58% -
XYZ 14.02 9.08 2.85 -
YUV 79.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 149 53 38 0 0.64 0.74 0.42 8.11 0.59 0.37
Hex 95 35 26 0 40 4A 2A 8 3B 25
Octal 225 65 46 0 100 112 52 10 73 45
Binary 10010101 110101 100110 0 1000000 1001010 101010 1000 111011 100101

Color Harmonies of #953526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953526

Black with #953526

Text Example


Text Example

White with #953526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953526; }

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

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

background-color css

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

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

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

border-color css

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

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

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