#925E08

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

Shades of Golden Brown #925E08

Tints of Golden Brown #925E08

Color information

#925E08 (or 0x925E08) is unknown color: approx Golden Brown. HEX triplet: 92, 5E and 08. RGB value is (146,94,8). Sum of RGB (Red+Green+Blue) = 146+94+8=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #925E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925E08 is #6DA1F7. Grayscale: #646464. Windows color (decimal): -7184888 or 548498. OLE color: 548498.

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

Color convert

RGB146948-
CMYK00.360.950.43
HSL37.39º89.61%30.2%-
HSV(B)37.39º94.52%57.25%-
XYZ15.914.132.12-
YUV99.7476.23160.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=58.87%
G=37.90%
B=3.23%

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
Decimal14694800.360.950.4337.3989.6130.2
Hex925E80245F2B255a1e
Octal22213610044137534513236
Binary100100101011110100001001001011111101011100101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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