Html Css Color HEX #985917 Golden Brown

📋 copy color: '#985917'

red 152 ◦ green 89 ◦ blue 23

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

Shades of Golden Brown #985917

Tints of Golden Brown #985917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 57.58%
G = 33.71%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#985917 (or 0x985917) is known color: Golden Brown. HEX triplet: 98, 59 and 17. RGB value is (152,89,23). Sum of RGB (Red+Green+Blue) = 152+89+23=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #985917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985917 is #67A6E8. Grayscale: #646464. Windows color (decimal): -6792937 or 1530264. OLE color: 1530264.

HSL color Cylindrical-coordinate representation of color #985917: hue angle of 30.7º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #985917 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 23 -
CMYK 0 0.41 0.85 0.40
HSL 30.7º 0.74% 0.34% -
HSV(B) 30.7º 0.85% 0.6% -
XYZ 16.68 13.88 2.61 -
YUV 100.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 152 89 23 0 0.41 0.85 0.40 30.7 0.74 0.34
Hex 98 59 17 0 29 55 28 1F 4A 22
Octal 230 131 27 0 51 125 50 37 112 42
Binary 10011000 1011001 10111 0 101001 1010101 101000 11111 1001010 100010

Color Harmonies of #985917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985917

Black with #985917

Text Example


Text Example

White with #985917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985917; }

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

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

background-color css

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

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

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

border-color css

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

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

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