Html Css Color HEX #953516 Burnt Umber

📋 copy color: '#953516'

red 149 ◦ green 53 ◦ blue 22

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

Shades of Burnt Umber #953516

Tints of Burnt Umber #953516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 66.52%
G = 23.66%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953516 (or 0x953516) is known color: Burnt Umber. HEX triplet: 95, 35 and 16. RGB value is (149,53,22). Sum of RGB (Red+Green+Blue) = 149+53+22=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953516 is #6ACAE9. Grayscale: #4E4E4E. Windows color (decimal): -6998762 or 1455509. OLE color: 1455509.

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

Color convert

RGB 149 53 22 -
CMYK 0 0.64 0.85 0.42
HSL 14.65º 0.74% 0.34% -
HSV(B) 14.65º 0.85% 0.58% -
XYZ 13.81 8.99 1.77 -
YUV 78.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 149 53 22 0 0.64 0.85 0.42 14.65 0.74 0.34
Hex 95 35 16 0 40 55 2A F 4A 22
Octal 225 65 26 0 100 125 52 17 112 42
Binary 10010101 110101 10110 0 1000000 1010101 101010 1111 1001010 100010

Color Harmonies of #953516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953516

Black with #953516

Text Example


Text Example

White with #953516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953516; }

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

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

background-color css

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

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

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

border-color css

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

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

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