#9B853A

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

Shades of Reef Gold #9B853A

Tints of Reef Gold #9B853A

Color information

#9B853A (or 0x9B853A) is unknown color: approx Reef Gold. HEX triplet: 9B, 85 and 3A. RGB value is (155,133,58). Sum of RGB (Red+Green+Blue) = 155+133+58=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B853A is #647AC5. Grayscale: #838383. Windows color (decimal): -6585030 or 3835291. OLE color: 3835291.

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

Color convert

RGB15513358-
CMYK00.140.630.39
HSL46.39º45.54%41.76%-
HSV(B)46.39º62.58%60.78%-
XYZ22.6724.057.45-
YUV131.0386.79145.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=44.80%
G=38.44%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551335800.140.630.3946.3945.5441.76
Hex9B853A0E3F272e2e2a
Octal233205720167747565652
Binary100110111000010111101001110111111100111101110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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