Html Css Color HEX #953709 Saddle Brown

📋 copy color: '#953709'

red 149 ◦ green 55 ◦ blue 9

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

Shades of Saddle Brown #953709

Tints of Saddle Brown #953709

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

 BLUE value IS 9 (3.91% from 255) = 4.23%

R = 69.95%
G = 25.82%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#953709 (or 0x953709) is known color: Saddle Brown. HEX triplet: 95, 37 and 09. RGB value is (149,55,9). Sum of RGB (Red+Green+Blue) = 149+55+9=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #953709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953709 is #6AC8F6. Grayscale: #4E4E4E. Windows color (decimal): -6998263 or 604053. OLE color: 604053.

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

Color convert

RGB 149 55 9 -
CMYK 0 0.63 0.94 0.42
HSL 19.71º 0.89% 0.31% -
HSV(B) 19.71º 0.94% 0.58% -
XYZ 13.81 9.14 1.3 -
YUV 77.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 149 55 9 0 0.63 0.94 0.42 19.71 0.89 0.31
Hex 95 37 9 0 3F 5E 2A 14 59 1F
Octal 225 67 11 0 77 136 52 24 131 37
Binary 10010101 110111 1001 0 111111 1011110 101010 10100 1011001 11111

Color Harmonies of #953709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953709

Black with #953709

Text Example


Text Example

White with #953709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953709; }

 p { color: rgb(149,55,9); }

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

background-color css

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

 a { background-color: rgb(149,55,9); }

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

border-color css

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

 span { border-color: rgb(149,55,9); }

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