Html Css Color HEX #98541E Rich Gold

📋 copy color: '#98541E'

red 152 ◦ green 84 ◦ blue 30

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

Shades of Rich Gold #98541E

Tints of Rich Gold #98541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 57.14%
G = 31.58%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98541E (or 0x98541E) is known color: Rich Gold. HEX triplet: 98, 54 and 1E. RGB value is (152,84,30). Sum of RGB (Red+Green+Blue) = 152+84+30=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98541E is #67ABE1. Grayscale: #626262. Windows color (decimal): -6794210 or 1987736. OLE color: 1987736.

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

Color convert

RGB 152 84 30 -
CMYK 0 0.45 0.80 0.40
HSL 26.56º 0.67% 0.36% -
HSV(B) 26.56º 0.8% 0.6% -
XYZ 16.35 13.11 2.9 -
YUV 98.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 152 84 30 0 0.45 0.80 0.40 26.56 0.67 0.36
Hex 98 54 1E 0 2D 50 28 1B 43 24
Octal 230 124 36 0 55 120 50 33 103 44
Binary 10011000 1010100 11110 0 101101 1010000 101000 11011 1000011 100100

Color Harmonies of #98541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98541E

Black with #98541E

Text Example


Text Example

White with #98541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98541E; }

 p { color: rgb(152,84,30); }

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

background-color css

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

 a { background-color: rgb(152,84,30); }

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

border-color css

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

 span { border-color: rgb(152,84,30); }

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