#925502

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

Shades of Golden Brown #925502

Tints of Golden Brown #925502

Color information

#925502 (or 0x925502) is unknown color: approx Golden Brown. HEX triplet: 92, 55 and 02. RGB value is (146,85,2). Sum of RGB (Red+Green+Blue) = 146+85+2=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #925502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925502 is #6DAAFD. Grayscale: #5E5E5E. Windows color (decimal): -7187198 or 152978. OLE color: 152978.

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

Color convert

RGB146852-
CMYK00.420.990.43
HSL34.58º97.3%29.02%-
HSV(B)34.58º98.63%57.25%-
XYZ15.1112.611.7-
YUV93.7876.21165.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.66%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=62.66%
G=36.48%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14685200.420.990.4334.5897.329.02
Hex9255202A632B23611d
Octal2221252052143534314135
Binary1001001010101011001010101100011101011100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925502; }

 p { color: rgb(146,85,2); }

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

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

 a { background-color: rgb(146,85,2); }

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

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

 span { border-color: rgb(146,85,2); }

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