Html Css Color HEX #9A5320 Rich Gold

📋 copy color: '#9A5320'

red 154 ◦ green 83 ◦ blue 32

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

Shades of Rich Gold #9A5320

Tints of Rich Gold #9A5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 57.25%
G = 30.86%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A5320 (or 0x9A5320) is known color: Rich Gold. HEX triplet: 9A, 53 and 20. RGB value is (154,83,32). Sum of RGB (Red+Green+Blue) = 154+83+32=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5320 is #65ACDF. Grayscale: #626262. Windows color (decimal): -6663392 or 2118554. OLE color: 2118554.

HSL color Cylindrical-coordinate representation of color #9A5320: hue angle of 25.08º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A5320 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 32 -
CMYK 0 0.46 0.79 0.40
HSL 25.08º 0.66% 0.36% -
HSV(B) 25.08º 0.79% 0.6% -
XYZ 16.68 13.16 3.03 -
YUV 98.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 154 83 32 0 0.46 0.79 0.40 25.08 0.66 0.36
Hex 9A 53 20 0 2E 4F 28 19 42 24
Octal 232 123 40 0 56 117 50 31 102 44
Binary 10011010 1010011 100000 0 101110 1001111 101000 11001 1000010 100100

Color Harmonies of #9A5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5320

Black with #9A5320

Text Example


Text Example

White with #9A5320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,32); }

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

background-color css

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

 a { background-color: rgb(154,83,32); }

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

border-color css

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

 span { border-color: rgb(154,83,32); }

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