Html Css Color HEX #985510 Golden Brown

📋 copy color: '#985510'

red 152 ◦ green 85 ◦ blue 16

#985510
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #985510

Tints of Golden Brown #985510

RGB

 RED value IS 152 (59.77% from 255) = 60.08%

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 60.08%
G = 33.6%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985510 (or 0x985510) is known color: Golden Brown. HEX triplet: 98, 55 and 10. RGB value is (152,85,16). Sum of RGB (Red+Green+Blue) = 152+85+16=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #985510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985510 is #67AAEF. Grayscale: #616161. Windows color (decimal): -6793968 or 1070488. OLE color: 1070488.

HSL color Cylindrical-coordinate representation of color #985510: hue angle of 30.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #985510 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 16 -
CMYK 0 0.44 0.89 0.40
HSL 30.44º 0.81% 0.33% -
HSV(B) 30.44º 0.89% 0.6% -
XYZ 16.29 13.21 2.18 -
YUV 97.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 152 85 16 0 0.44 0.89 0.40 30.44 0.81 0.33
Hex 98 55 10 0 2C 59 28 1E 51 21
Octal 230 125 20 0 54 131 50 36 121 41
Binary 10011000 1010101 10000 0 101100 1011001 101000 11110 1010001 100001

Color Harmonies of #985510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985510

Black with #985510

Text Example


Text Example

White with #985510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985510; }

 p { color: rgb(152,85,16); }

 H1.HeaderClassName
 {
   color: #985510;
 }
 .AnyTagClassName
 {
   color: #985510;
 }
</style>

background-color css

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

 a { background-color: rgb(152,85,16); }

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

border-color css

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

 span { border-color: rgb(152,85,16); }

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