Html Css Color HEX #985911 Golden Brown

📋 copy color: '#985911'

red 152 ◦ green 89 ◦ blue 17

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

Shades of Golden Brown #985911

Tints of Golden Brown #985911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 58.91%
G = 34.5%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985911 (or 0x985911) is known color: Golden Brown. HEX triplet: 98, 59 and 11. RGB value is (152,89,17). Sum of RGB (Red+Green+Blue) = 152+89+17=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985911 is #67A6EE. Grayscale: #636363. Windows color (decimal): -6792943 or 1137048. OLE color: 1137048.

HSL color Cylindrical-coordinate representation of color #985911: hue angle of 32º 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 #985911 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 17 -
CMYK 0 0.41 0.89 0.40
HSL 32º 0.8% 0.33% -
HSV(B) 32º 0.89% 0.6% -
XYZ 16.62 13.86 2.33 -
YUV 99.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 152 89 17 0 0.41 0.89 0.40 32 0.8 0.33
Hex 98 59 11 0 29 59 28 20 50 21
Octal 230 131 21 0 51 131 50 40 120 41
Binary 10011000 1011001 10001 0 101001 1011001 101000 100000 1010000 100001

Color Harmonies of #985911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985911

Black with #985911

Text Example


Text Example

White with #985911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985911; }

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

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

background-color css

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

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

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

border-color css

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

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

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