#925206

Color #925206 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #925206

Tints of Saddle Brown #925206

Color information

#925206 (or 0x925206) is unknown color: approx Saddle Brown. HEX triplet: 92, 52 and 06. RGB value is (146,82,6). Sum of RGB (Red+Green+Blue) = 146+82+6=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #925206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925206 is #6DADF9. Grayscale: #5C5C5C. Windows color (decimal): -7187962 or 414354. OLE color: 414354.

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

Color convert

RGB146826-
CMYK00.440.960.43
HSL32.57º92.11%29.8%-
HSV(B)32.57º95.89%57.25%-
XYZ14.912.161.73-
YUV92.4779.2166.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.39%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=62.39%
G=35.04%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14682600.440.960.4332.5792.1129.8
Hex9252602C602B215c1e
Octal2221226054140534113436
Binary10010010101001011001011001100000101011100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925206; }

 p { color: rgb(146,82,6); }

 H1.HeaderClassName
 {
   color: #925206;
 }
 .AnyTagClassName
 {
   color: #925206;
 }
</style>
background-color css

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

 a { background-color: rgb(146,82,6); }

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

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

 span { border-color: rgb(146,82,6); }

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