Html Css Color HEX #953313 Burnt Umber

📋 copy color: '#953313'

red 149 ◦ green 51 ◦ blue 19

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

Shades of Burnt Umber #953313

Tints of Burnt Umber #953313

RGB

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

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

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

R = 68.04%
G = 23.29%
B = 8.68%

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

#953313 (or 0x953313) is known color: Burnt Umber. HEX triplet: 95, 33 and 13. RGB value is (149,51,19). Sum of RGB (Red+Green+Blue) = 149+51+19=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953313 is #6ACCEC. Grayscale: #4C4C4C. Windows color (decimal): -6999277 or 1258389. OLE color: 1258389.

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

Color convert

RGB 149 51 19 -
CMYK 0 0.66 0.87 0.42
HSL 14.77º 0.77% 0.33% -
HSV(B) 14.77º 0.87% 0.58% -
XYZ 13.7 8.8 1.59 -
YUV 76.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 149 51 19 0 0.66 0.87 0.42 14.77 0.77 0.33
Hex 95 33 13 0 42 57 2A F 4D 21
Octal 225 63 23 0 102 127 52 17 115 41
Binary 10010101 110011 10011 0 1000010 1010111 101010 1111 1001101 100001

Color Harmonies of #953313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953313

Black with #953313

Text Example


Text Example

White with #953313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953313; }

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

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

background-color css

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

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

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

border-color css

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

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

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