#985B0A

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

Shades of Golden Brown #985B0A

Tints of Golden Brown #985B0A

Color information

#985B0A (or 0x985B0A) is unknown color: approx Golden Brown. HEX triplet: 98, 5B and 0A. RGB value is (152,91,10). Sum of RGB (Red+Green+Blue) = 152+91+10=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #985B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985B0A is #67A4F5. Grayscale: #646464. Windows color (decimal): -6792438 or 678808. OLE color: 678808.

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

Color convert

RGB1529110-
CMYK00.400.930.40
HSL34.23º87.65%31.76%-
HSV(B)34.23º93.42%59.61%-
XYZ16.7414.182.14-
YUV10077.21165.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.08%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=60.08%
G=35.97%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152911000.400.930.4034.2387.6531.76
Hex985BA0285D28225820
Octal23013312050135504213040
Binary1001100010110111010010100010111011010001000101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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