Html Css Color HEX #953222 Burnt Umber

📋 copy color: '#953222'

red 149 ◦ green 50 ◦ blue 34

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

Shades of Burnt Umber #953222

Tints of Burnt Umber #953222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 63.95%
G = 21.46%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#953222 (or 0x953222) is known color: Burnt Umber. HEX triplet: 95, 32 and 22. RGB value is (149,50,34). Sum of RGB (Red+Green+Blue) = 149+50+34=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953222 is #6ACDDD. Grayscale: #4D4D4D. Windows color (decimal): -6999518 or 2241173. OLE color: 2241173.

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

Color convert

RGB 149 50 34 -
CMYK 0 0.66 0.77 0.42
HSL 8.35º 0.63% 0.36% -
HSV(B) 8.35º 0.77% 0.58% -
XYZ 13.82 8.79 2.48 -
YUV 77.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 149 50 34 0 0.66 0.77 0.42 8.35 0.63 0.36
Hex 95 32 22 0 42 4D 2A 8 3F 24
Octal 225 62 42 0 102 115 52 10 77 44
Binary 10010101 110010 100010 0 1000010 1001101 101010 1000 111111 100100

Color Harmonies of #953222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953222

Black with #953222

Text Example


Text Example

White with #953222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953222; }

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

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

background-color css

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

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

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

border-color css

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

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

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