Html Css Color HEX #953C16 Saddle Brown

📋 copy color: '#953C16'

red 149 ◦ green 60 ◦ blue 22

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

Shades of Saddle Brown #953C16

Tints of Saddle Brown #953C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

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

R = 64.5%
G = 25.97%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#953C16 (or 0x953C16) is known color: Saddle Brown. HEX triplet: 95, 3C and 16. RGB value is (149,60,22). Sum of RGB (Red+Green+Blue) = 149+60+22=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #953C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C16 is #6AC3E9. Grayscale: #525252. Windows color (decimal): -6996970 or 1457301. OLE color: 1457301.

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

Color convert

RGB 149 60 22 -
CMYK 0 0.60 0.85 0.42
HSL 17.95º 0.74% 0.34% -
HSV(B) 17.95º 0.85% 0.58% -
XYZ 14.16 9.68 1.88 -
YUV 82.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 149 60 22 0 0.60 0.85 0.42 17.95 0.74 0.34
Hex 95 3C 16 0 3C 55 2A 12 4A 22
Octal 225 74 26 0 74 125 52 22 112 42
Binary 10010101 111100 10110 0 111100 1010101 101010 10010 1001010 100010

Color Harmonies of #953C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C16

Black with #953C16

Text Example


Text Example

White with #953C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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