#9B8038

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

Shades of Reef Gold #9B8038

Tints of Reef Gold #9B8038

Color information

#9B8038 (or 0x9B8038) is unknown color: approx Reef Gold. HEX triplet: 9B, 80 and 38. RGB value is (155,128,56). Sum of RGB (Red+Green+Blue) = 155+128+56=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8038 is #647FC7. Grayscale: #808080. Windows color (decimal): -6586312 or 3702939. OLE color: 3702939.

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

Color convert

RGB15512856-
CMYK00.170.640.39
HSL43.64º46.92%41.37%-
HSV(B)43.64º63.87%60.78%-
XYZ21.9522.696.96-
YUV127.8687.45147.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=45.72%
G=37.76%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551285600.170.640.3943.6446.9241.37
Hex9B803801140272c2f29
Octal2332007002110047545751
Binary10011011100000001110000100011000000100111101100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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