Html Css Color HEX #9F481A Rich Gold

📋 copy color: '#9F481A'

red 159 ◦ green 72 ◦ blue 26

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

Shades of Rich Gold #9F481A

Tints of Rich Gold #9F481A

RGB

 RED value IS 159 (62.5% from 255) = 61.87%

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

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

R = 61.87%
G = 28.02%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F481A (or 0x9F481A) is known color: Rich Gold. HEX triplet: 9F, 48 and 1A. RGB value is (159,72,26). Sum of RGB (Red+Green+Blue) = 159+72+26=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F481A is #60B7E5. Grayscale: #5D5D5D. Windows color (decimal): -6338534 or 1722527. OLE color: 1722527.

HSL color Cylindrical-coordinate representation of color #9F481A: hue angle of 20.75º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F481A is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 72 26 -
CMYK 0 0.55 0.84 0.38
HSL 20.75º 0.72% 0.36% -
HSV(B) 20.75º 0.84% 0.62% -
XYZ 16.8 12.08 2.42 -
YUV 92.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 159 72 26 0 0.55 0.84 0.38 20.75 0.72 0.36
Hex 9F 48 1A 0 37 54 26 15 48 24
Octal 237 110 32 0 67 124 46 25 110 44
Binary 10011111 1001000 11010 0 110111 1010100 100110 10101 1001000 100100

Color Harmonies of #9F481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F481A

Black with #9F481A

Text Example


Text Example

White with #9F481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F481A; }

 p { color: rgb(159,72,26); }

 H1.HeaderClassName
 {
   color: #9F481A;
 }
 .AnyTagClassName
 {
   color: #9F481A;
 }
</style>

background-color css

<style>
 a { background-color: #9F481A; }

 a { background-color: rgb(159,72,26); }

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

border-color css

<style>
 span { border-color: #9F481A; }

 span { border-color: rgb(159,72,26); }

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