#985B1A

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

Shades of Golden Brown #985B1A

Tints of Golden Brown #985B1A

Color information

#985B1A (or 0x985B1A) is unknown color: approx Golden Brown. HEX triplet: 98, 5B and 1A. RGB value is (152,91,26). Sum of RGB (Red+Green+Blue) = 152+91+26=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #985B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B1A is #67A4E5. Grayscale: #666666. Windows color (decimal): -6792422 or 1727384. OLE color: 1727384.

HSL color Cylindrical-coordinate representation of color #985B1A: hue angle of 30.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #985B1A is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB1529126-
CMYK00.400.830.40
HSL30.95º70.79%34.9%-
HSV(B)30.95º82.89%59.61%-
XYZ16.8814.232.83-
YUV101.8385.21163.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=56.51%
G=33.83%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152912600.400.830.4030.9570.7934.9
Hex985B1A02853281f4723
Octal23013332050123503710743
Binary1001100010110111101001010001010011101000111111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985B1A; }

 p { color: rgb(152,91,26); }

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

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

 a { background-color: rgb(152,91,26); }

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

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

 span { border-color: rgb(152,91,26); }

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