Html Css Color HEX #985819 Golden Brown

📋 copy color: '#985819'

red 152 ◦ green 88 ◦ blue 25

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

Shades of Golden Brown #985819

Tints of Golden Brown #985819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 57.36%
G = 33.21%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#985819 (or 0x985819) is known color: Golden Brown. HEX triplet: 98, 58 and 19. RGB value is (152,88,25). Sum of RGB (Red+Green+Blue) = 152+88+25=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #985819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985819 is #67A7E6. Grayscale: #646464. Windows color (decimal): -6793191 or 1661080. OLE color: 1661080.

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

Color convert

RGB 152 88 25 -
CMYK 0 0.42 0.84 0.40
HSL 29.76º 0.72% 0.35% -
HSV(B) 29.76º 0.84% 0.6% -
XYZ 16.61 13.73 2.69 -
YUV 99.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 152 88 25 0 0.42 0.84 0.40 29.76 0.72 0.35
Hex 98 58 19 0 2A 54 28 1E 48 23
Octal 230 130 31 0 52 124 50 36 110 43
Binary 10011000 1011000 11001 0 101010 1010100 101000 11110 1001000 100011

Color Harmonies of #985819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985819

Black with #985819

Text Example


Text Example

White with #985819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985819; }

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

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

background-color css

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

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

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

border-color css

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

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

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