Html Css Color HEX #953513 Burnt Umber

📋 copy color: '#953513'

red 149 ◦ green 53 ◦ blue 19

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

Shades of Burnt Umber #953513

Tints of Burnt Umber #953513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 67.42%
G = 23.98%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#953513 (or 0x953513) is known color: Burnt Umber. HEX triplet: 95, 35 and 13. RGB value is (149,53,19). Sum of RGB (Red+Green+Blue) = 149+53+19=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953513 is #6ACAEC. Grayscale: #4E4E4E. Windows color (decimal): -6998765 or 1258901. OLE color: 1258901.

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

Color convert

RGB 149 53 19 -
CMYK 0 0.64 0.87 0.42
HSL 15.69º 0.77% 0.33% -
HSV(B) 15.69º 0.87% 0.58% -
XYZ 13.79 8.98 1.62 -
YUV 77.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 149 53 19 0 0.64 0.87 0.42 15.69 0.77 0.33
Hex 95 35 13 0 40 57 2A 10 4D 21
Octal 225 65 23 0 100 127 52 20 115 41
Binary 10010101 110101 10011 0 1000000 1010111 101010 10000 1001101 100001

Color Harmonies of #953513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953513

Black with #953513

Text Example


Text Example

White with #953513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953513; }

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

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

background-color css

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

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

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

border-color css

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

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

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