Html Css Color HEX #953510 Saddle Brown

📋 copy color: '#953510'

red 149 ◦ green 53 ◦ blue 16

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

Shades of Saddle Brown #953510

Tints of Saddle Brown #953510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 68.35%
G = 24.31%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953510 (or 0x953510) is known color: Saddle Brown. HEX triplet: 95, 35 and 10. RGB value is (149,53,16). Sum of RGB (Red+Green+Blue) = 149+53+16=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953510 is #6ACAEF. Grayscale: #4D4D4D. Windows color (decimal): -6998768 or 1062293. OLE color: 1062293.

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

Color convert

RGB 149 53 16 -
CMYK 0 0.64 0.89 0.42
HSL 16.69º 0.81% 0.32% -
HSV(B) 16.69º 0.89% 0.58% -
XYZ 13.76 8.97 1.5 -
YUV 77.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 149 53 16 0 0.64 0.89 0.42 16.69 0.81 0.32
Hex 95 35 10 0 40 59 2A 11 51 20
Octal 225 65 20 0 100 131 52 21 121 40
Binary 10010101 110101 10000 0 1000000 1011001 101010 10001 1010001 100000

Color Harmonies of #953510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953510

Black with #953510

Text Example


Text Example

White with #953510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953510; }

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

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

background-color css

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

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

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

border-color css

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

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

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