#925814

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

Shades of Golden Brown #925814

Tints of Golden Brown #925814

Color information

#925814 (or 0x925814) is unknown color: approx Golden Brown. HEX triplet: 92, 58 and 14. RGB value is (146,88,20). Sum of RGB (Red+Green+Blue) = 146+88+20=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #925814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925814 is #6DA7EB. Grayscale: #616161. Windows color (decimal): -7186412 or 1333394. OLE color: 1333394.

HSL color Cylindrical-coordinate representation of color #925814: hue angle of 32.38º degrees, saturation: 0.76, 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 #925814 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1468820-
CMYK00.400.860.43
HSL32.38º75.9%32.55%-
HSV(B)32.38º86.3%57.25%-
XYZ15.4713.142.38-
YUV97.5984.22162.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.48%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 20 (8.20% from 255) = 7.87%
R=57.48%
G=34.65%
B=7.87%

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
Decimal146882000.400.860.4332.3875.932.55
Hex925814028562B204c21
Octal22213024050126534011441
Binary10010010101100010100010100010101101010111000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925814; }

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

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

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

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

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

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

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

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