Html Css Color HEX #953219 Burnt Umber

📋 copy color: '#953219'

red 149 ◦ green 50 ◦ blue 25

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

Shades of Burnt Umber #953219

Tints of Burnt Umber #953219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 66.52%
G = 22.32%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#953219 (or 0x953219) is known color: Burnt Umber. HEX triplet: 95, 32 and 19. RGB value is (149,50,25). Sum of RGB (Red+Green+Blue) = 149+50+25=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953219 is #6ACDE6. Grayscale: #4C4C4C. Windows color (decimal): -6999527 or 1651349. OLE color: 1651349.

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

Color convert

RGB 149 50 25 -
CMYK 0 0.66 0.83 0.42
HSL 12.1º 0.71% 0.34% -
HSV(B) 12.1º 0.83% 0.58% -
XYZ 13.71 8.74 1.88 -
YUV 76.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 149 50 25 0 0.66 0.83 0.42 12.1 0.71 0.34
Hex 95 32 19 0 42 53 2A C 47 22
Octal 225 62 31 0 102 123 52 14 107 42
Binary 10010101 110010 11001 0 1000010 1010011 101010 1100 1000111 100010

Color Harmonies of #953219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953219

Black with #953219

Text Example


Text Example

White with #953219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953219; }

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

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

background-color css

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

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

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

border-color css

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

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

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