#9B853D

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

Shades of Reef Gold #9B853D

Tints of Reef Gold #9B853D

Color information

#9B853D (or 0x9B853D) is unknown color: approx Reef Gold. HEX triplet: 9B, 85 and 3D. RGB value is (155,133,61). Sum of RGB (Red+Green+Blue) = 155+133+61=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B853D is #647AC2. Grayscale: #838383. Windows color (decimal): -6585027 or 4031899. OLE color: 4031899.

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

Color convert

RGB15513361-
CMYK00.140.610.39
HSL45.96º43.52%42.35%-
HSV(B)45.96º60.65%60.78%-
XYZ22.7524.087.86-
YUV131.3788.29144.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=44.41%
G=38.11%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551336100.140.610.3945.9643.5242.35
Hex9B853D0E3D272e2c2a
Octal233205750167547565452
Binary100110111000010111110101110111101100111101110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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