Html Css Color HEX #985320 Rich Gold

📋 copy color: '#985320'

red 152 ◦ green 83 ◦ blue 32

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

Shades of Rich Gold #985320

Tints of Rich Gold #985320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 56.93%
G = 31.09%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985320 (or 0x985320) is known color: Rich Gold. HEX triplet: 98, 53 and 20. RGB value is (152,83,32). Sum of RGB (Red+Green+Blue) = 152+83+32=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #985320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985320 is #67ACDF. Grayscale: #626262. Windows color (decimal): -6794464 or 2118552. OLE color: 2118552.

HSL color Cylindrical-coordinate representation of color #985320: hue angle of 25.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #985320 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 32 -
CMYK 0 0.45 0.79 0.40
HSL 25.5º 0.65% 0.36% -
HSV(B) 25.5º 0.79% 0.6% -
XYZ 16.3 12.97 3.01 -
YUV 97.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 152 83 32 0 0.45 0.79 0.40 25.5 0.65 0.36
Hex 98 53 20 0 2D 4F 28 1A 41 24
Octal 230 123 40 0 55 117 50 32 101 44
Binary 10011000 1010011 100000 0 101101 1001111 101000 11010 1000001 100100

Color Harmonies of #985320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985320

Black with #985320

Text Example


Text Example

White with #985320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985320; }

 p { color: rgb(152,83,32); }

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

background-color css

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

 a { background-color: rgb(152,83,32); }

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

border-color css

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

 span { border-color: rgb(152,83,32); }

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