#9D8538

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

Shades of Reef Gold #9D8538

Tints of Reef Gold #9D8538

Color information

#9D8538 (or 0x9D8538) is unknown color: approx Reef Gold. HEX triplet: 9D, 85 and 38. RGB value is (157,133,56). Sum of RGB (Red+Green+Blue) = 157+133+56=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8538 is #627AC7. Grayscale: #838383. Windows color (decimal): -6453960 or 3704221. OLE color: 3704221.

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

Color convert

RGB15713356-
CMYK00.150.640.38
HSL45.74º47.42%41.76%-
HSV(B)45.74º64.33%61.57%-
XYZ23.0124.237.21-
YUV131.485.45146.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.38%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=45.38%
G=38.44%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571335600.150.640.3845.7447.4241.76
Hex9D85380F40262e2f2a
Octal2352057001710046565752
Binary1001110110000101111000011111000000100110101110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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