#9B8538

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

Shades of Reef Gold #9B8538

Tints of Reef Gold #9B8538

Color information

#9B8538 (or 0x9B8538) is unknown color: approx Reef Gold. HEX triplet: 9B, 85 and 38. RGB value is (155,133,56). Sum of RGB (Red+Green+Blue) = 155+133+56=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8538 is #647AC7. Grayscale: #838383. Windows color (decimal): -6585032 or 3704219. OLE color: 3704219.

HSL color Cylindrical-coordinate representation of color #9B8538: hue angle of 46.67º 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 #9B8538 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB15513356-
CMYK00.140.640.39
HSL46.67º46.92%41.37%-
HSV(B)46.67º63.87%60.78%-
XYZ22.6224.037.19-
YUV130.885.79145.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=45.06%
G=38.66%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551335600.140.640.3946.6746.9241.37
Hex9B85380E40272f2f29
Octal2332057001610047575751
Binary1001101110000101111000011101000000100111101111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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