Html Css Color HEX #953319 Burnt Umber

📋 copy color: '#953319'

red 149 ◦ green 51 ◦ blue 25

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

Shades of Burnt Umber #953319

Tints of Burnt Umber #953319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

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

R = 66.22%
G = 22.67%
B = 11.11%

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

#953319 (or 0x953319) is known color: Burnt Umber. HEX triplet: 95, 33 and 19. RGB value is (149,51,25). Sum of RGB (Red+Green+Blue) = 149+51+25=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #953319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953319 is #6ACCE6. Grayscale: #4D4D4D. Windows color (decimal): -6999271 or 1651605. OLE color: 1651605.

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

Color convert

RGB 149 51 25 -
CMYK 0 0.66 0.83 0.42
HSL 12.58º 0.71% 0.34% -
HSV(B) 12.58º 0.83% 0.58% -
XYZ 13.75 8.83 1.9 -
YUV 77.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 149 51 25 0 0.66 0.83 0.42 12.58 0.71 0.34
Hex 95 33 19 0 42 53 2A D 47 22
Octal 225 63 31 0 102 123 52 15 107 42
Binary 10010101 110011 11001 0 1000010 1010011 101010 1101 1000111 100010

Color Harmonies of #953319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953319

Black with #953319

Text Example


Text Example

White with #953319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953319; }

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

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

background-color css

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

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

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

border-color css

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

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

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