Html Css Color HEX #985C11 Golden Brown

📋 copy color: '#985C11'

red 152 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #985C11

Tints of Golden Brown #985C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 58.24%
G = 35.25%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985C11 (or 0x985C11) is known color: Golden Brown. HEX triplet: 98, 5C and 11. RGB value is (152,92,17). Sum of RGB (Red+Green+Blue) = 152+92+17=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #985C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985C11 is #67A3EE. Grayscale: #656565. Windows color (decimal): -6792175 or 1137816. OLE color: 1137816.

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

Color convert

RGB 152 92 17 -
CMYK 0 0.39 0.89 0.40
HSL 33.33º 0.8% 0.33% -
HSV(B) 33.33º 0.89% 0.6% -
XYZ 16.88 14.37 2.41 -
YUV 101.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 152 92 17 0 0.39 0.89 0.40 33.33 0.8 0.33
Hex 98 5C 11 0 27 59 28 21 50 21
Octal 230 134 21 0 47 131 50 41 120 41
Binary 10011000 1011100 10001 0 100111 1011001 101000 100001 1010000 100001

Color Harmonies of #985C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C11

Black with #985C11

Text Example


Text Example

White with #985C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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