#9E853A

Color #9E853A Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #9E853A

Tints of Reef Gold #9E853A

Color information

#9E853A (or 0x9E853A) is unknown color: approx Reef Gold. HEX triplet: 9E, 85 and 3A. RGB value is (158,133,58). Sum of RGB (Red+Green+Blue) = 158+133+58=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E853A is #617AC5. Grayscale: #848484. Windows color (decimal): -6388422 or 3835294. OLE color: 3835294.

HSL color Cylindrical-coordinate representation of color #9E853A: hue angle of 45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E853A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB15813358-
CMYK00.160.630.38
HSL45º46.3%42.35%-
HSV(B)45º63.29%61.96%-
XYZ23.2524.357.48-
YUV131.9286.28146.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.27%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=45.27%
G=38.11%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581335800.160.630.384546.342.35
Hex9E853A0103F262d2e2a
Octal236205720207746555652
Binary1001111010000101111010010000111111100110101101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E853A; }

 p { color: rgb(158,133,58); }

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

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

 a { background-color: rgb(158,133,58); }

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

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

 span { border-color: rgb(158,133,58); }

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