Html Css Color HEX #985A19 Golden Brown

📋 copy color: '#985A19'

red 152 ◦ green 90 ◦ blue 25

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

Shades of Golden Brown #985A19

Tints of Golden Brown #985A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

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

R = 56.93%
G = 33.71%
B = 9.36%

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

#985A19 (or 0x985A19) is known color: Golden Brown. HEX triplet: 98, 5A and 19. RGB value is (152,90,25). Sum of RGB (Red+Green+Blue) = 152+90+25=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #985A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A19 is #67A5E6. Grayscale: #656565. Windows color (decimal): -6792679 or 1661592. OLE color: 1661592.

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

Color convert

RGB 152 90 25 -
CMYK 0 0.41 0.84 0.40
HSL 30.71º 0.72% 0.35% -
HSV(B) 30.71º 0.84% 0.6% -
XYZ 16.78 14.06 2.75 -
YUV 101.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 152 90 25 0 0.41 0.84 0.40 30.71 0.72 0.35
Hex 98 5A 19 0 29 54 28 1F 48 23
Octal 230 132 31 0 51 124 50 37 110 43
Binary 10011000 1011010 11001 0 101001 1010100 101000 11111 1001000 100011

Color Harmonies of #985A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A19

Black with #985A19

Text Example


Text Example

White with #985A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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