#925E0B

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

Shades of Golden Brown #925E0B

Tints of Golden Brown #925E0B

Color information

#925E0B (or 0x925E0B) is unknown color: approx Golden Brown. HEX triplet: 92, 5E and 0B. RGB value is (146,94,11). Sum of RGB (Red+Green+Blue) = 146+94+11=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #925E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925E0B is #6DA1F4. Grayscale: #646464. Windows color (decimal): -7184885 or 745106. OLE color: 745106.

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

Color convert

RGB1469411-
CMYK00.360.920.43
HSL36.89º85.99%30.78%-
HSV(B)36.89º92.47%57.25%-
XYZ15.9214.142.21-
YUV100.0977.73160.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.17%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 11 (4.69% from 255) = 4.38%
R=58.17%
G=37.45%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146941100.360.920.4336.8985.9930.78
Hex925EB0245C2B25561f
Octal22213613044134534512637
Binary100100101011110101101001001011100101011100101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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