Html Css Color HEX #985513 Golden Brown

📋 copy color: '#985513'

red 152 ◦ green 85 ◦ blue 19

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

Shades of Golden Brown #985513

Tints of Golden Brown #985513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 59.38%
G = 33.2%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#985513 (or 0x985513) is known color: Golden Brown. HEX triplet: 98, 55 and 13. RGB value is (152,85,19). Sum of RGB (Red+Green+Blue) = 152+85+19=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #985513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985513 is #67AAEC. Grayscale: #616161. Windows color (decimal): -6793965 or 1267096. OLE color: 1267096.

HSL color Cylindrical-coordinate representation of color #985513: hue angle of 29.77º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #985513 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 19 -
CMYK 0 0.44 0.87 0.40
HSL 29.77º 0.78% 0.34% -
HSV(B) 29.77º 0.88% 0.6% -
XYZ 16.31 13.22 2.31 -
YUV 97.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 152 85 19 0 0.44 0.87 0.40 29.77 0.78 0.34
Hex 98 55 13 0 2C 57 28 1E 4E 22
Octal 230 125 23 0 54 127 50 36 116 42
Binary 10011000 1010101 10011 0 101100 1010111 101000 11110 1001110 100010

Color Harmonies of #985513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985513

Black with #985513

Text Example


Text Example

White with #985513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985513; }

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

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

background-color css

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

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

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

border-color css

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

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

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