Html Css Color HEX #985C15 Golden Brown

📋 copy color: '#985C15'

red 152 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #985C15

Tints of Golden Brown #985C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

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

R = 57.36%
G = 34.72%
B = 7.92%

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

#985C15 (or 0x985C15) is known color: Golden Brown. HEX triplet: 98, 5C and 15. RGB value is (152,92,21). Sum of RGB (Red+Green+Blue) = 152+92+21=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #985C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985C15 is #67A3EA. Grayscale: #666666. Windows color (decimal): -6792171 or 1399960. OLE color: 1399960.

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

Color convert

RGB 152 92 21 -
CMYK 0 0.39 0.86 0.40
HSL 32.52º 0.76% 0.34% -
HSV(B) 32.52º 0.86% 0.6% -
XYZ 16.91 14.38 2.59 -
YUV 101.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 152 92 21 0 0.39 0.86 0.40 32.52 0.76 0.34
Hex 98 5C 15 0 27 56 28 21 4C 22
Octal 230 134 25 0 47 126 50 41 114 42
Binary 10011000 1011100 10101 0 100111 1010110 101000 100001 1001100 100010

Color Harmonies of #985C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C15

Black with #985C15

Text Example


Text Example

White with #985C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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