#9B8238

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

Shades of Reef Gold #9B8238

Tints of Reef Gold #9B8238

Color information

#9B8238 (or 0x9B8238) is unknown color: approx Reef Gold. HEX triplet: 9B, 82 and 38. RGB value is (155,130,56). Sum of RGB (Red+Green+Blue) = 155+130+56=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8238 is #647DC7. Grayscale: #818181. Windows color (decimal): -6585800 or 3703451. OLE color: 3703451.

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

Color convert

RGB15513056-
CMYK00.160.640.39
HSL44.85º46.92%41.37%-
HSV(B)44.85º63.87%60.78%-
XYZ22.2123.227.05-
YUV129.0486.78146.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=45.45%
G=38.12%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551305600.160.640.3944.8546.9241.37
Hex9B823801040272d2f29
Octal2332027002010047555751
Binary10011011100000101110000100001000000100111101101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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