#9C8538

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

Shades of Reef Gold #9C8538

Tints of Reef Gold #9C8538

Color information

#9C8538 (or 0x9C8538) is unknown color: approx Reef Gold. HEX triplet: 9C, 85 and 38. RGB value is (156,133,56). Sum of RGB (Red+Green+Blue) = 156+133+56=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8538 is #637AC7. Grayscale: #838383. Windows color (decimal): -6519496 or 3704220. OLE color: 3704220.

HSL color Cylindrical-coordinate representation of color #9C8538: hue angle of 46.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C8538 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB15613356-
CMYK00.150.640.39
HSL46.2º47.17%41.57%-
HSV(B)46.2º64.1%61.18%-
XYZ22.8124.137.2-
YUV131.185.62145.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=45.22%
G=38.55%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561335600.150.640.3946.247.1741.57
Hex9C85380F40272e2f2a
Octal2342057001710047565752
Binary1001110010000101111000011111000000100111101110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,133,56); }

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

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

 a { background-color: rgb(156,133,56); }

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

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

 span { border-color: rgb(156,133,56); }

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