#925D04

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

Shades of Golden Brown #925D04

Tints of Golden Brown #925D04

Color information

#925D04 (or 0x925D04) is unknown color: approx Golden Brown. HEX triplet: 92, 5D and 04. RGB value is (146,93,4). Sum of RGB (Red+Green+Blue) = 146+93+4=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #925D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D04 is #6DA2FB. Grayscale: #636363. Windows color (decimal): -7185148 or 286098. OLE color: 286098.

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

Color convert

RGB146934-
CMYK00.360.970.43
HSL37.61º94.67%29.41%-
HSV(B)37.61º97.26%57.25%-
XYZ15.7913.951.97-
YUV98.774.56161.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.08%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=60.08%
G=38.27%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14693400.360.970.4337.6194.6729.41
Hex925D4024612B265f1d
Octal2221354044141534613735
Binary10010010101110110001001001100001101011100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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