Html Css Color HEX #985716 Golden Brown

📋 copy color: '#985716'

red 152 ◦ green 87 ◦ blue 22

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

Shades of Golden Brown #985716

Tints of Golden Brown #985716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 58.24%
G = 33.33%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#985716 (or 0x985716) is known color: Golden Brown. HEX triplet: 98, 57 and 16. RGB value is (152,87,22). Sum of RGB (Red+Green+Blue) = 152+87+22=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #985716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985716 is #67A8E9. Grayscale: #636363. Windows color (decimal): -6793450 or 1464216. OLE color: 1464216.

HSL color Cylindrical-coordinate representation of color #985716: hue angle of 30º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #985716 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 22 -
CMYK 0 0.43 0.86 0.40
HSL 30º 0.75% 0.34% -
HSV(B) 30º 0.86% 0.6% -
XYZ 16.5 13.55 2.5 -
YUV 99.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 152 87 22 0 0.43 0.86 0.40 30 0.75 0.34
Hex 98 57 16 0 2B 56 28 1E 4B 22
Octal 230 127 26 0 53 126 50 36 113 42
Binary 10011000 1010111 10110 0 101011 1010110 101000 11110 1001011 100010

Color Harmonies of #985716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985716

Black with #985716

Text Example


Text Example

White with #985716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985716; }

 p { color: rgb(152,87,22); }

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

background-color css

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

 a { background-color: rgb(152,87,22); }

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

border-color css

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

 span { border-color: rgb(152,87,22); }

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