#985819

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

Shades of Golden Brown #985819

Tints of Golden Brown #985819

Color information

#985819 (or 0x985819) is unknown color: approx Golden Brown. HEX triplet: 98, 58 and 19. RGB value is (152,88,25). Sum of RGB (Red+Green+Blue) = 152+88+25=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #985819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985819 is #67A7E6. Grayscale: #646464. Windows color (decimal): -6793191 or 1661080. OLE color: 1661080.

HSL color Cylindrical-coordinate representation of color #985819: hue angle of 29.76º degrees, saturation: 0.72, 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 #985819 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1528825-
CMYK00.420.840.40
HSL29.76º71.75%34.71%-
HSV(B)29.76º83.55%59.61%-
XYZ16.6113.732.69-
YUV99.9585.7165.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=57.36%
G=33.21%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152882500.420.840.4029.7671.7534.71
Hex98581902A54281e4823
Octal23013031052124503611043
Binary1001100010110001100101010101010100101000111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985819; }

 p { color: rgb(152,88,25); }

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

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

 a { background-color: rgb(152,88,25); }

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

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

 span { border-color: rgb(152,88,25); }

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