#925306

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

Shades of Saddle Brown #925306

Tints of Saddle Brown #925306

Color information

#925306 (or 0x925306) is unknown color: approx Saddle Brown. HEX triplet: 92, 53 and 06. RGB value is (146,83,6). Sum of RGB (Red+Green+Blue) = 146+83+6=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #925306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925306 is #6DACF9. Grayscale: #5D5D5D. Windows color (decimal): -7187706 or 414610. OLE color: 414610.

HSL color Cylindrical-coordinate representation of color #925306: hue angle of 33º 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 #925306 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146836-
CMYK00.430.960.43
HSL33º92.11%29.8%-
HSV(B)33º95.89%57.25%-
XYZ14.9812.311.76-
YUV93.0678.87165.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.13%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=62.13%
G=35.32%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14683600.430.960.433392.1129.8
Hex9253602B602B215c1e
Octal2221236053140534113436
Binary10010010101001111001010111100000101011100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925306; }

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

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

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

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

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

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

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

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