Html Css Color HEX #985805 Golden Brown

📋 copy color: '#985805'

red 152 ◦ green 88 ◦ blue 5

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

Shades of Golden Brown #985805

Tints of Golden Brown #985805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 62.04%
G = 35.92%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#985805 (or 0x985805) is known color: Golden Brown. HEX triplet: 98, 58 and 05. RGB value is (152,88,5). Sum of RGB (Red+Green+Blue) = 152+88+5=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #985805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985805 is #67A7FA. Grayscale: #626262. Windows color (decimal): -6793211 or 350360. OLE color: 350360.

HSL color Cylindrical-coordinate representation of color #985805: hue angle of 33.88º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #985805 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 5 -
CMYK 0 0.42 0.97 0.40
HSL 33.88º 0.94% 0.31% -
HSV(B) 33.88º 0.97% 0.6% -
XYZ 16.47 13.67 1.91 -
YUV 97.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 152 88 5 0 0.42 0.97 0.40 33.88 0.94 0.31
Hex 98 58 5 0 2A 61 28 22 5E 1F
Octal 230 130 5 0 52 141 50 42 136 37
Binary 10011000 1011000 101 0 101010 1100001 101000 100010 1011110 11111

Color Harmonies of #985805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985805

Black with #985805

Text Example


Text Example

White with #985805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985805; }

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

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

background-color css

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

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

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

border-color css

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

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

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