#995818

Color #995818 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #995818

Tints of Golden Brown #995818

Color information

#995818 (or 0x995818) is unknown color: approx Golden Brown. HEX triplet: 99, 58 and 18. RGB value is (153,88,24). Sum of RGB (Red+Green+Blue) = 153+88+24=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #995818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995818 is #66A7E7. Grayscale: #646464. Windows color (decimal): -6727656 or 1595545. OLE color: 1595545.

HSL color Cylindrical-coordinate representation of color #995818: hue angle of 29.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #995818 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1538824-
CMYK00.420.840.4
HSL29.77º72.88%34.71%-
HSV(B)29.77º84.31%60%-
XYZ16.7913.822.65-
YUV100.1485.03165.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=57.74%
G=33.21%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153882400.420.840.429.7772.8834.71
Hex99581802A54281e4923
Octal23113030052124503611143
Binary1001100110110001100001010101010100101000111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995818; }

 p { color: rgb(153,88,24); }

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

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

 a { background-color: rgb(153,88,24); }

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

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

 span { border-color: rgb(153,88,24); }

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