#9D853B

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

Shades of Reef Gold #9D853B

Tints of Reef Gold #9D853B

Color information

#9D853B (or 0x9D853B) is unknown color: approx Reef Gold. HEX triplet: 9D, 85 and 3B. RGB value is (157,133,59). Sum of RGB (Red+Green+Blue) = 157+133+59=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D853B is #627AC4. Grayscale: #848484. Windows color (decimal): -6453957 or 3900829. OLE color: 3900829.

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

Color convert

RGB15713359-
CMYK00.150.620.38
HSL45.31º45.37%42.35%-
HSV(B)45.31º62.42%61.57%-
XYZ23.0824.267.6-
YUV131.7486.95146.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=44.99%
G=38.11%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571335900.150.620.3845.3145.3742.35
Hex9D853B0F3E262d2d2a
Octal235205730177646555552
Binary100111011000010111101101111111110100110101101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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