Html Css Color HEX #953213 Burnt Umber

📋 copy color: '#953213'

red 149 ◦ green 50 ◦ blue 19

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

Shades of Burnt Umber #953213

Tints of Burnt Umber #953213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 68.35%
G = 22.94%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953213 (or 0x953213) is known color: Burnt Umber. HEX triplet: 95, 32 and 13. RGB value is (149,50,19). Sum of RGB (Red+Green+Blue) = 149+50+19=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953213 is #6ACDEC. Grayscale: #4C4C4C. Windows color (decimal): -6999533 or 1258133. OLE color: 1258133.

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

Color convert

RGB 149 50 19 -
CMYK 0 0.66 0.87 0.42
HSL 14.31º 0.77% 0.33% -
HSV(B) 14.31º 0.87% 0.58% -
XYZ 13.65 8.72 1.58 -
YUV 76.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 149 50 19 0 0.66 0.87 0.42 14.31 0.77 0.33
Hex 95 32 13 0 42 57 2A E 4D 21
Octal 225 62 23 0 102 127 52 16 115 41
Binary 10010101 110010 10011 0 1000010 1010111 101010 1110 1001101 100001

Color Harmonies of #953213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953213

Black with #953213

Text Example


Text Example

White with #953213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953213; }

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

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

background-color css

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

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

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

border-color css

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

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

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