Html Css Color HEX #953206 Saddle Brown

📋 copy color: '#953206'

red 149 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #953206

Tints of Saddle Brown #953206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 72.68%
G = 24.39%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#953206 (or 0x953206) is known color: Saddle Brown. HEX triplet: 95, 32 and 06. RGB value is (149,50,6). Sum of RGB (Red+Green+Blue) = 149+50+6=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #953206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953206 is #6ACDF9. Grayscale: #4A4A4A. Windows color (decimal): -6999546 or 406165. OLE color: 406165.

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

Color convert

RGB 149 50 6 -
CMYK 0 0.66 0.96 0.42
HSL 18.46º 0.92% 0.3% -
HSV(B) 18.46º 0.96% 0.58% -
XYZ 13.57 8.68 1.13 -
YUV 74.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 149 50 6 0 0.66 0.96 0.42 18.46 0.92 0.3
Hex 95 32 6 0 42 60 2A 12 5C 1E
Octal 225 62 6 0 102 140 52 22 134 36
Binary 10010101 110010 110 0 1000010 1100000 101010 10010 1011100 11110

Color Harmonies of #953206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953206

Black with #953206

Text Example


Text Example

White with #953206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953206; }

 p { color: rgb(149,50,6); }

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

background-color css

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

 a { background-color: rgb(149,50,6); }

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

border-color css

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

 span { border-color: rgb(149,50,6); }

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