Html Css Color HEX #985D15 Golden Brown

📋 copy color: '#985D15'

red 152 ◦ green 93 ◦ blue 21

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

Shades of Golden Brown #985D15

Tints of Golden Brown #985D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.96%

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 57.14%
G = 34.96%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#985D15 (or 0x985D15) is known color: Golden Brown. HEX triplet: 98, 5D and 15. RGB value is (152,93,21). Sum of RGB (Red+Green+Blue) = 152+93+21=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #985D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985D15 is #67A2EA. Grayscale: #666666. Windows color (decimal): -6791915 or 1400216. OLE color: 1400216.

HSL color Cylindrical-coordinate representation of color #985D15: hue angle of 32.98º degrees, saturation: 0.76, 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 #985D15 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 21 -
CMYK 0 0.39 0.86 0.40
HSL 32.98º 0.76% 0.34% -
HSV(B) 32.98º 0.86% 0.6% -
XYZ 17 14.56 2.62 -
YUV 102.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 152 93 21 0 0.39 0.86 0.40 32.98 0.76 0.34
Hex 98 5D 15 0 27 56 28 21 4C 22
Octal 230 135 25 0 47 126 50 41 114 42
Binary 10011000 1011101 10101 0 100111 1010110 101000 100001 1001100 100010

Color Harmonies of #985D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D15

Black with #985D15

Text Example


Text Example

White with #985D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,93,21); }

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

background-color css

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

 a { background-color: rgb(152,93,21); }

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

border-color css

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

 span { border-color: rgb(152,93,21); }

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