Html Css Color HEX #953522 Burnt Umber

📋 copy color: '#953522'

red 149 ◦ green 53 ◦ blue 34

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

Shades of Burnt Umber #953522

Tints of Burnt Umber #953522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 63.14%
G = 22.46%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#953522 (or 0x953522) is known color: Burnt Umber. HEX triplet: 95, 35 and 22. RGB value is (149,53,34). Sum of RGB (Red+Green+Blue) = 149+53+34=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #953522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953522 is #6ACADD. Grayscale: #4F4F4F. Windows color (decimal): -6998750 or 2241941. OLE color: 2241941.

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

Color convert

RGB 149 53 34 -
CMYK 0 0.64 0.77 0.42
HSL 9.91º 0.63% 0.36% -
HSV(B) 9.91º 0.77% 0.58% -
XYZ 13.96 9.05 2.52 -
YUV 79.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 149 53 34 0 0.64 0.77 0.42 9.91 0.63 0.36
Hex 95 35 22 0 40 4D 2A A 3F 24
Octal 225 65 42 0 100 115 52 12 77 44
Binary 10010101 110101 100010 0 1000000 1001101 101010 1010 111111 100100

Color Harmonies of #953522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953522

Black with #953522

Text Example


Text Example

White with #953522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953522; }

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

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

background-color css

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

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

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

border-color css

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

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

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