#925815

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

Shades of Golden Brown #925815

Tints of Golden Brown #925815

Color information

#925815 (or 0x925815) is unknown color: approx Golden Brown. HEX triplet: 92, 58 and 15. RGB value is (146,88,21). Sum of RGB (Red+Green+Blue) = 146+88+21=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #925815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925815 is #6DA7EA. Grayscale: #626262. Windows color (decimal): -7186411 or 1398930. OLE color: 1398930.

HSL color Cylindrical-coordinate representation of color #925815: hue angle of 32.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #925815 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1468821-
CMYK00.400.860.43
HSL32.16º74.85%32.75%-
HSV(B)32.16º85.62%57.25%-
XYZ15.4813.142.43-
YUV97.784.72162.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.25%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=57.25%
G=34.51%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146882100.400.860.4332.1674.8532.75
Hex925815028562B204b21
Octal22213025050126534011341
Binary10010010101100010101010100010101101010111000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925815; }

 p { color: rgb(146,88,21); }

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

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

 a { background-color: rgb(146,88,21); }

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

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

 span { border-color: rgb(146,88,21); }

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