#9D833D

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

Shades of Reef Gold #9D833D

Tints of Reef Gold #9D833D

Color information

#9D833D (or 0x9D833D) is unknown color: approx Reef Gold. HEX triplet: 9D, 83 and 3D. RGB value is (157,131,61). Sum of RGB (Red+Green+Blue) = 157+131+61=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D833D is #627CC2. Grayscale: #838383. Windows color (decimal): -6454467 or 4031389. OLE color: 4031389.

HSL color Cylindrical-coordinate representation of color #9D833D: hue angle of 43.75º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D833D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB15713161-
CMYK00.170.610.38
HSL43.75º44.04%42.75%-
HSV(B)43.75º61.15%61.57%-
XYZ22.8623.747.79-
YUV130.7988.61146.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=44.99%
G=37.54%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571316100.170.610.3843.7544.0442.75
Hex9D833D0113D262c2c2b
Octal235203750217546545453
Binary1001110110000011111101010001111101100110101100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,131,61); }

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

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

 a { background-color: rgb(157,131,61); }

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

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

 span { border-color: rgb(157,131,61); }

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