#9D8A35

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

Shades of Reef Gold #9D8A35

Tints of Reef Gold #9D8A35

Color information

#9D8A35 (or 0x9D8A35) is unknown color: approx Reef Gold. HEX triplet: 9D, 8A and 35. RGB value is (157,138,53). Sum of RGB (Red+Green+Blue) = 157+138+53=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A35 is #6275CA. Grayscale: #868686. Windows color (decimal): -6452683 or 3508893. OLE color: 3508893.

HSL color Cylindrical-coordinate representation of color #9D8A35: hue angle of 49.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D8A35 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15713853-
CMYK00.120.660.38
HSL49.04º49.52%41.18%-
HSV(B)49.04º66.24%61.57%-
XYZ23.6425.67.06-
YUV133.9982.29144.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=45.11%
G=39.66%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571385300.120.660.3849.0449.5241.18
Hex9D8A350C4226313229
Octal2352126501410246616251
Binary1001110110001010110101011001000010100110110001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,53); }

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

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

 a { background-color: rgb(157,138,53); }

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

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

 span { border-color: rgb(157,138,53); }

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