#925300

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

Shades of Saddle Brown #925300

Tints of Saddle Brown #925300

Color information

#925300 (or 0x925300) is unknown color: approx Saddle Brown. HEX triplet: 92, 53 and 00. RGB value is (146,83,0). Sum of RGB (Red+Green+Blue) = 146+83+0=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #925300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925300 is #6DACFF. Grayscale: #5C5C5C. Windows color (decimal): -7187712 or 21394. OLE color: 21394.

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

Color convert

RGB146830-
CMYK00.4310.43
HSL34.11º100%28.63%-
HSV(B)34.11º100%57.25%-
XYZ14.9512.31.59-
YUV92.3875.87166.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.76%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.76%
G=36.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14683000.4310.4334.1110028.63
Hex9253002B642B22641d
Octal2221230053144534214435
Binary100100101010011001010111100100101011100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925300; }

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

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

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

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

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

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

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

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