Html Css Color HEX #98531A Rich Gold

📋 copy color: '#98531A'

red 152 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #98531A

Tints of Rich Gold #98531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 58.24%
G = 31.8%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98531A (or 0x98531A) is known color: Rich Gold. HEX triplet: 98, 53 and 1A. RGB value is (152,83,26). Sum of RGB (Red+Green+Blue) = 152+83+26=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98531A is #67ACE5. Grayscale: #616161. Windows color (decimal): -6794470 or 1725336. OLE color: 1725336.

HSL color Cylindrical-coordinate representation of color #98531A: hue angle of 27.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98531A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 26 -
CMYK 0 0.45 0.83 0.40
HSL 27.14º 0.71% 0.35% -
HSV(B) 27.14º 0.83% 0.6% -
XYZ 16.23 12.94 2.62 -
YUV 97.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 152 83 26 0 0.45 0.83 0.40 27.14 0.71 0.35
Hex 98 53 1A 0 2D 53 28 1B 47 23
Octal 230 123 32 0 55 123 50 33 107 43
Binary 10011000 1010011 11010 0 101101 1010011 101000 11011 1000111 100011

Color Harmonies of #98531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98531A

Black with #98531A

Text Example


Text Example

White with #98531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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