Html Css Color HEX #98481D Rich Gold

📋 copy color: '#98481D'

red 152 ◦ green 72 ◦ blue 29

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

Shades of Rich Gold #98481D

Tints of Rich Gold #98481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 60.08%
G = 28.46%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98481D (or 0x98481D) is known color: Rich Gold. HEX triplet: 98, 48 and 1D. RGB value is (152,72,29). Sum of RGB (Red+Green+Blue) = 152+72+29=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98481D is #67B7E2. Grayscale: #5B5B5B. Windows color (decimal): -6797283 or 1919128. OLE color: 1919128.

HSL color Cylindrical-coordinate representation of color #98481D: hue angle of 20.98º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98481D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 29 -
CMYK 0 0.53 0.81 0.40
HSL 20.98º 0.68% 0.35% -
HSV(B) 20.98º 0.81% 0.6% -
XYZ 15.49 11.4 2.55 -
YUV 91.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 152 72 29 0 0.53 0.81 0.40 20.98 0.68 0.35
Hex 98 48 1D 0 35 51 28 15 44 23
Octal 230 110 35 0 65 121 50 25 104 43
Binary 10011000 1001000 11101 0 110101 1010001 101000 10101 1000100 100011

Color Harmonies of #98481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98481D

Black with #98481D

Text Example


Text Example

White with #98481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98481D; }

 p { color: rgb(152,72,29); }

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

background-color css

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

 a { background-color: rgb(152,72,29); }

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

border-color css

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

 span { border-color: rgb(152,72,29); }

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