#925F0B

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

Shades of Golden Brown #925F0B

Tints of Golden Brown #925F0B

Color information

#925F0B (or 0x925F0B) is unknown color: approx Golden Brown. HEX triplet: 92, 5F and 0B. RGB value is (146,95,11). Sum of RGB (Red+Green+Blue) = 146+95+11=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #925F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925F0B is #6DA0F4. Grayscale: #656565. Windows color (decimal): -7184629 or 745362. OLE color: 745362.

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

Color convert

RGB1469511-
CMYK00.350.920.43
HSL37.33º85.99%30.78%-
HSV(B)37.33º92.47%57.25%-
XYZ16.0114.322.24-
YUV100.6777.4160.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 11 (4.69% from 255) = 4.37%
R=57.94%
G=37.70%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146951100.350.920.4337.3385.9930.78
Hex925FB0235C2B25561f
Octal22213713043134534512637
Binary100100101011111101101000111011100101011100101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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