Html Css Color HEX #98531C Rich Gold

📋 copy color: '#98531C'

red 152 ◦ green 83 ◦ blue 28

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

Shades of Rich Gold #98531C

Tints of Rich Gold #98531C

RGB

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

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

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

R = 57.79%
G = 31.56%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98531C (or 0x98531C) is known color: Rich Gold. HEX triplet: 98, 53 and 1C. RGB value is (152,83,28). Sum of RGB (Red+Green+Blue) = 152+83+28=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98531C is #67ACE3. Grayscale: #616161. Windows color (decimal): -6794468 or 1856408. OLE color: 1856408.

HSL color Cylindrical-coordinate representation of color #98531C: hue angle of 26.61º 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 #98531C is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 28 -
CMYK 0 0.45 0.82 0.40
HSL 26.61º 0.69% 0.35% -
HSV(B) 26.61º 0.82% 0.6% -
XYZ 16.25 12.95 2.74 -
YUV 97.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 152 83 28 0 0.45 0.82 0.40 26.61 0.69 0.35
Hex 98 53 1C 0 2D 52 28 1B 45 23
Octal 230 123 34 0 55 122 50 33 105 43
Binary 10011000 1010011 11100 0 101101 1010010 101000 11011 1000101 100011

Color Harmonies of #98531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98531C

Black with #98531C

Text Example


Text Example

White with #98531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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