Html Css Color HEX #9A4C1A Rich Gold

📋 copy color: '#9A4C1A'

red 154 ◦ green 76 ◦ blue 26

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

Shades of Rich Gold #9A4C1A

Tints of Rich Gold #9A4C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

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

R = 60.16%
G = 29.69%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#9A4C1A (or 0x9A4C1A) is known color: Rich Gold. HEX triplet: 9A, 4C and 1A. RGB value is (154,76,26). Sum of RGB (Red+Green+Blue) = 154+76+26=256 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.16% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4C1A is #65B3E5. Grayscale: #5D5D5D. Windows color (decimal): -6665190 or 1723546. OLE color: 1723546.

HSL color Cylindrical-coordinate representation of color #9A4C1A: hue angle of 23.44º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A4C1A is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 76 26 -
CMYK 0 0.51 0.83 0.40
HSL 23.44º 0.71% 0.35% -
HSV(B) 23.44º 0.83% 0.6% -
XYZ 16.1 12.11 2.47 -
YUV 93.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 154 76 26 0 0.51 0.83 0.40 23.44 0.71 0.35
Hex 9A 4C 1A 0 33 53 28 17 47 23
Octal 232 114 32 0 63 123 50 27 107 43
Binary 10011010 1001100 11010 0 110011 1010011 101000 10111 1000111 100011

Color Harmonies of #9A4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4C1A

Black with #9A4C1A

Text Example


Text Example

White with #9A4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,76,26); }

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

background-color css

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

 a { background-color: rgb(154,76,26); }

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

border-color css

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

 span { border-color: rgb(154,76,26); }

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