#925D08

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

Shades of Golden Brown #925D08

Tints of Golden Brown #925D08

Color information

#925D08 (or 0x925D08) is unknown color: approx Golden Brown. HEX triplet: 92, 5D and 08. RGB value is (146,93,8). Sum of RGB (Red+Green+Blue) = 146+93+8=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #925D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D08 is #6DA2F7. Grayscale: #636363. Windows color (decimal): -7185144 or 548242. OLE color: 548242.

HSL color Cylindrical-coordinate representation of color #925D08: hue angle of 36.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #925D08 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB146938-
CMYK00.360.950.43
HSL36.96º89.61%30.2%-
HSV(B)36.96º94.52%57.25%-
XYZ15.8113.962.09-
YUV99.1676.56161.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.11%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=59.11%
G=37.65%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14693800.360.950.4336.9689.6130.2
Hex925D80245F2B255a1e
Octal22213510044137534513236
Binary100100101011101100001001001011111101011100101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925D08; }

 p { color: rgb(146,93,8); }

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

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

 a { background-color: rgb(146,93,8); }

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

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

 span { border-color: rgb(146,93,8); }

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