Html Css Color HEX #985410 Golden Brown

📋 copy color: '#985410'

red 152 ◦ green 84 ◦ blue 16

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

Shades of Golden Brown #985410

Tints of Golden Brown #985410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 60.32%
G = 33.33%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985410 (or 0x985410) is known color: Golden Brown. HEX triplet: 98, 54 and 10. RGB value is (152,84,16). Sum of RGB (Red+Green+Blue) = 152+84+16=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #985410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985410 is #67ABEF. Grayscale: #606060. Windows color (decimal): -6794224 or 1070232. OLE color: 1070232.

HSL color Cylindrical-coordinate representation of color #985410: hue angle of 30º 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 #985410 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 16 -
CMYK 0 0.45 0.89 0.40
HSL 30º 0.81% 0.33% -
HSV(B) 30º 0.89% 0.6% -
XYZ 16.21 13.05 2.16 -
YUV 96.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 152 84 16 0 0.45 0.89 0.40 30 0.81 0.33
Hex 98 54 10 0 2D 59 28 1E 51 21
Octal 230 124 20 0 55 131 50 36 121 41
Binary 10011000 1010100 10000 0 101101 1011001 101000 11110 1010001 100001

Color Harmonies of #985410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985410

Black with #985410

Text Example


Text Example

White with #985410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985410; }

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

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

background-color css

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

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

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

border-color css

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

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

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