#9B803D

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

Shades of Reef Gold #9B803D

Tints of Reef Gold #9B803D

Color information

#9B803D (or 0x9B803D) is unknown color: approx Reef Gold. HEX triplet: 9B, 80 and 3D. RGB value is (155,128,61). Sum of RGB (Red+Green+Blue) = 155+128+61=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B803D is #647FC2. Grayscale: #808080. Windows color (decimal): -6586307 or 4030619. OLE color: 4030619.

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

Color convert

RGB15512861-
CMYK00.170.610.39
HSL42.77º43.52%42.35%-
HSV(B)42.77º60.65%60.78%-
XYZ22.0822.747.64-
YUV128.4489.95146.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=45.06%
G=37.21%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551286100.170.610.3942.7743.5242.35
Hex9B803D0113D272b2c2a
Octal233200750217547535452
Binary1001101110000000111101010001111101100111101011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,61); }

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

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

 a { background-color: rgb(155,128,61); }

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

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

 span { border-color: rgb(155,128,61); }

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