Html Css Color HEX #9A481E Rich Gold

📋 copy color: '#9A481E'

red 154 ◦ green 72 ◦ blue 30

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

Shades of Rich Gold #9A481E

Tints of Rich Gold #9A481E

RGB

 RED value IS 154 (60.55% from 255) = 60.16%

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

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

R = 60.16%
G = 28.13%
B = 11.72%

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

#9A481E (or 0x9A481E) is known color: Rich Gold. HEX triplet: 9A, 48 and 1E. RGB value is (154,72,30). Sum of RGB (Red+Green+Blue) = 154+72+30=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A481E is #65B7E1. Grayscale: #5B5B5B. Windows color (decimal): -6666210 or 1984666. OLE color: 1984666.

HSL color Cylindrical-coordinate representation of color #9A481E: hue angle of 20.32º degrees, saturation: 0.67, 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 #9A481E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 72 30 -
CMYK 0 0.53 0.81 0.40
HSL 20.32º 0.67% 0.36% -
HSV(B) 20.32º 0.81% 0.6% -
XYZ 15.88 11.6 2.63 -
YUV 91.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 154 72 30 0 0.53 0.81 0.40 20.32 0.67 0.36
Hex 9A 48 1E 0 35 51 28 14 43 24
Octal 232 110 36 0 65 121 50 24 103 44
Binary 10011010 1001000 11110 0 110101 1010001 101000 10100 1000011 100100

Color Harmonies of #9A481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A481E

Black with #9A481E

Text Example


Text Example

White with #9A481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,72,30); }

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

background-color css

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

 a { background-color: rgb(154,72,30); }

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

border-color css

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

 span { border-color: rgb(154,72,30); }

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