Html Css Color HEX #985505 Golden Brown

📋 copy color: '#985505'

red 152 ◦ green 85 ◦ blue 5

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

Shades of Golden Brown #985505

Tints of Golden Brown #985505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

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

R = 62.81%
G = 35.12%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#985505 (or 0x985505) is known color: Golden Brown. HEX triplet: 98, 55 and 05. RGB value is (152,85,5). Sum of RGB (Red+Green+Blue) = 152+85+5=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #985505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985505 is #67AAFA. Grayscale: #606060. Windows color (decimal): -6793979 or 349592. OLE color: 349592.

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

Color convert

RGB 152 85 5 -
CMYK 0 0.44 0.97 0.40
HSL 32.65º 0.94% 0.31% -
HSV(B) 32.65º 0.97% 0.6% -
XYZ 16.22 13.18 1.83 -
YUV 95.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 152 85 5 0 0.44 0.97 0.40 32.65 0.94 0.31
Hex 98 55 5 0 2C 61 28 21 5E 1F
Octal 230 125 5 0 54 141 50 41 136 37
Binary 10011000 1010101 101 0 101100 1100001 101000 100001 1011110 11111

Color Harmonies of #985505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985505

Black with #985505

Text Example


Text Example

White with #985505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985505; }

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

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

background-color css

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

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

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

border-color css

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

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

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