Html Css Color HEX #985919 Golden Brown

📋 copy color: '#985919'

red 152 ◦ green 89 ◦ blue 25

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

Shades of Golden Brown #985919

Tints of Golden Brown #985919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 57.14%
G = 33.46%
B = 9.4%

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

#985919 (or 0x985919) is known color: Golden Brown. HEX triplet: 98, 59 and 19. RGB value is (152,89,25). Sum of RGB (Red+Green+Blue) = 152+89+25=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #985919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985919 is #67A6E6. Grayscale: #646464. Windows color (decimal): -6792935 or 1661336. OLE color: 1661336.

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

Color convert

RGB 152 89 25 -
CMYK 0 0.41 0.84 0.40
HSL 30.24º 0.72% 0.35% -
HSV(B) 30.24º 0.84% 0.6% -
XYZ 16.7 13.89 2.72 -
YUV 100.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 152 89 25 0 0.41 0.84 0.40 30.24 0.72 0.35
Hex 98 59 19 0 29 54 28 1E 48 23
Octal 230 131 31 0 51 124 50 36 110 43
Binary 10011000 1011001 11001 0 101001 1010100 101000 11110 1001000 100011

Color Harmonies of #985919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985919

Black with #985919

Text Example


Text Example

White with #985919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985919; }

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

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

background-color css

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

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

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

border-color css

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

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

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