Html Css Color HEX #953410 Saddle Brown

📋 copy color: '#953410'

red 149 ◦ green 52 ◦ blue 16

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

Shades of Saddle Brown #953410

Tints of Saddle Brown #953410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 68.66%
G = 23.96%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#953410 (or 0x953410) is known color: Saddle Brown. HEX triplet: 95, 34 and 10. RGB value is (149,52,16). Sum of RGB (Red+Green+Blue) = 149+52+16=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953410 is #6ACBEF. Grayscale: #4D4D4D. Windows color (decimal): -6999024 or 1062037. OLE color: 1062037.

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

Color convert

RGB 149 52 16 -
CMYK 0 0.65 0.89 0.42
HSL 16.24º 0.81% 0.32% -
HSV(B) 16.24º 0.89% 0.58% -
XYZ 13.72 8.88 1.48 -
YUV 76.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 149 52 16 0 0.65 0.89 0.42 16.24 0.81 0.32
Hex 95 34 10 0 41 59 2A 10 51 20
Octal 225 64 20 0 101 131 52 20 121 40
Binary 10010101 110100 10000 0 1000001 1011001 101010 10000 1010001 100000

Color Harmonies of #953410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953410

Black with #953410

Text Example


Text Example

White with #953410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953410; }

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

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

background-color css

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

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

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

border-color css

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

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

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