Html Css Color HEX #953E16 Saddle Brown

📋 copy color: '#953E16'

red 149 ◦ green 62 ◦ blue 22

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

Shades of Saddle Brown #953E16

Tints of Saddle Brown #953E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.61%

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

R = 63.95%
G = 26.61%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953E16 (or 0x953E16) is known color: Saddle Brown. HEX triplet: 95, 3E and 16. RGB value is (149,62,22). Sum of RGB (Red+Green+Blue) = 149+62+22=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E16 is #6AC1E9. Grayscale: #535353. Windows color (decimal): -6996458 or 1457813. OLE color: 1457813.

HSL color Cylindrical-coordinate representation of color #953E16: hue angle of 18.9º 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 #953E16 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 62 22 -
CMYK 0 0.58 0.85 0.42
HSL 18.9º 0.74% 0.34% -
HSV(B) 18.9º 0.85% 0.58% -
XYZ 14.26 9.89 1.92 -
YUV 83.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 149 62 22 0 0.58 0.85 0.42 18.9 0.74 0.34
Hex 95 3E 16 0 3A 55 2A 13 4A 22
Octal 225 76 26 0 72 125 52 23 112 42
Binary 10010101 111110 10110 0 111010 1010101 101010 10011 1001010 100010

Color Harmonies of #953E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E16

Black with #953E16

Text Example


Text Example

White with #953E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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