Html Css Color HEX #985918 Golden Brown

📋 copy color: '#985918'

red 152 ◦ green 89 ◦ blue 24

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

Shades of Golden Brown #985918

Tints of Golden Brown #985918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 57.36%
G = 33.58%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#985918 (or 0x985918) is known color: Golden Brown. HEX triplet: 98, 59 and 18. RGB value is (152,89,24). Sum of RGB (Red+Green+Blue) = 152+89+24=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #985918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985918 is #67A6E7. Grayscale: #646464. Windows color (decimal): -6792936 or 1595800. OLE color: 1595800.

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

Color convert

RGB 152 89 24 -
CMYK 0 0.41 0.84 0.40
HSL 30.47º 0.73% 0.35% -
HSV(B) 30.47º 0.84% 0.6% -
XYZ 16.69 13.89 2.66 -
YUV 100.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 152 89 24 0 0.41 0.84 0.40 30.47 0.73 0.35
Hex 98 59 18 0 29 54 28 1E 49 23
Octal 230 131 30 0 51 124 50 36 111 43
Binary 10011000 1011001 11000 0 101001 1010100 101000 11110 1001001 100011

Color Harmonies of #985918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985918

Black with #985918

Text Example


Text Example

White with #985918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985918; }

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

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

background-color css

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

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

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

border-color css

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

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

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