Html Css Color HEX #953210 Burnt Umber

📋 copy color: '#953210'

red 149 ◦ green 50 ◦ blue 16

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

Shades of Burnt Umber #953210

Tints of Burnt Umber #953210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 69.3%
G = 23.26%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953210 (or 0x953210) is known color: Burnt Umber. HEX triplet: 95, 32 and 10. RGB value is (149,50,16). Sum of RGB (Red+Green+Blue) = 149+50+16=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953210 is #6ACDEF. Grayscale: #4B4B4B. Windows color (decimal): -6999536 or 1061525. OLE color: 1061525.

HSL color Cylindrical-coordinate representation of color #953210: hue angle of 15.34º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #953210 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 16 -
CMYK 0 0.66 0.89 0.42
HSL 15.34º 0.81% 0.32% -
HSV(B) 15.34º 0.89% 0.58% -
XYZ 13.63 8.71 1.45 -
YUV 75.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 149 50 16 0 0.66 0.89 0.42 15.34 0.81 0.32
Hex 95 32 10 0 42 59 2A F 51 20
Octal 225 62 20 0 102 131 52 17 121 40
Binary 10010101 110010 10000 0 1000010 1011001 101010 1111 1010001 100000

Color Harmonies of #953210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953210

Black with #953210

Text Example


Text Example

White with #953210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953210; }

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

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

background-color css

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

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

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

border-color css

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

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

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