Html Css Color HEX #99481D Rich Gold

📋 copy color: '#99481D'

red 153 ◦ green 72 ◦ blue 29

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

Shades of Rich Gold #99481D

Tints of Rich Gold #99481D

RGB

 RED value IS 153 (60.16% from 255) = 60.24%

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

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

R = 60.24%
G = 28.35%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99481D (or 0x99481D) is known color: Rich Gold. HEX triplet: 99, 48 and 1D. RGB value is (153,72,29). Sum of RGB (Red+Green+Blue) = 153+72+29=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99481D is #66B7E2. Grayscale: #5B5B5B. Windows color (decimal): -6731747 or 1919129. OLE color: 1919129.

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

Color convert

RGB 153 72 29 -
CMYK 0 0.53 0.81 0.4
HSL 20.81º 0.68% 0.36% -
HSV(B) 20.81º 0.81% 0.6% -
XYZ 15.68 11.5 2.56 -
YUV 91.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 153 72 29 0 0.53 0.81 0.4 20.81 0.68 0.36
Hex 99 48 1D 0 35 51 28 15 44 24
Octal 231 110 35 0 65 121 50 25 104 44
Binary 10011001 1001000 11101 0 110101 1010001 101000 10101 1000100 100100

Color Harmonies of #99481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99481D

Black with #99481D

Text Example


Text Example

White with #99481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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