Html Css Color HEX #953505 Saddle Brown

📋 copy color: '#953505'

red 149 ◦ green 53 ◦ blue 5

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

Shades of Saddle Brown #953505

Tints of Saddle Brown #953505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 71.98%
G = 25.6%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953505 (or 0x953505) is known color: Saddle Brown. HEX triplet: 95, 35 and 05. RGB value is (149,53,5). Sum of RGB (Red+Green+Blue) = 149+53+5=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #953505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953505 is #6ACAFA. Grayscale: #4C4C4C. Windows color (decimal): -6998779 or 341397. OLE color: 341397.

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

Color convert

RGB 149 53 5 -
CMYK 0 0.64 0.97 0.42
HSL 20º 0.94% 0.3% -
HSV(B) 20º 0.97% 0.58% -
XYZ 13.69 8.95 1.15 -
YUV 76.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 149 53 5 0 0.64 0.97 0.42 20 0.94 0.3
Hex 95 35 5 0 40 61 2A 14 5E 1E
Octal 225 65 5 0 100 141 52 24 136 36
Binary 10010101 110101 101 0 1000000 1100001 101010 10100 1011110 11110

Color Harmonies of #953505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953505

Black with #953505

Text Example


Text Example

White with #953505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953505; }

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

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

background-color css

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

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

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

border-color css

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

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

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