Html Css Color HEX #98501C Rich Gold

📋 copy color: '#98501C'

red 152 ◦ green 80 ◦ blue 28

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

Shades of Rich Gold #98501C

Tints of Rich Gold #98501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 58.46%
G = 30.77%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98501C (or 0x98501C) is known color: Rich Gold. HEX triplet: 98, 50 and 1C. RGB value is (152,80,28). Sum of RGB (Red+Green+Blue) = 152+80+28=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98501C is #67AFE3. Grayscale: #5F5F5F. Windows color (decimal): -6795236 or 1855640. OLE color: 1855640.

HSL color Cylindrical-coordinate representation of color #98501C: hue angle of 25.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98501C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 28 -
CMYK 0 0.47 0.82 0.40
HSL 25.16º 0.69% 0.35% -
HSV(B) 25.16º 0.82% 0.6% -
XYZ 16.03 12.5 2.67 -
YUV 95.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 152 80 28 0 0.47 0.82 0.40 25.16 0.69 0.35
Hex 98 50 1C 0 2F 52 28 19 45 23
Octal 230 120 34 0 57 122 50 31 105 43
Binary 10011000 1010000 11100 0 101111 1010010 101000 11001 1000101 100011

Color Harmonies of #98501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98501C

Black with #98501C

Text Example


Text Example

White with #98501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98501C; }

 p { color: rgb(152,80,28); }

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

background-color css

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

 a { background-color: rgb(152,80,28); }

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

border-color css

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

 span { border-color: rgb(152,80,28); }

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