Html Css Color HEX #995322 Rich Gold

📋 copy color: '#995322'

red 153 ◦ green 83 ◦ blue 34

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

Shades of Rich Gold #995322

Tints of Rich Gold #995322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 56.67%
G = 30.74%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#995322 (or 0x995322) is known color: Rich Gold. HEX triplet: 99, 53 and 22. RGB value is (153,83,34). Sum of RGB (Red+Green+Blue) = 153+83+34=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #995322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995322 is #66ACDD. Grayscale: #626262. Windows color (decimal): -6728926 or 2249625. OLE color: 2249625.

HSL color Cylindrical-coordinate representation of color #995322: hue angle of 24.71º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995322 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 34 -
CMYK 0 0.46 0.78 0.4
HSL 24.71º 0.64% 0.37% -
HSV(B) 24.71º 0.78% 0.6% -
XYZ 16.52 13.07 3.17 -
YUV 98.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 153 83 34 0 0.46 0.78 0.4 24.71 0.64 0.37
Hex 99 53 22 0 2E 4E 28 19 40 25
Octal 231 123 42 0 56 116 50 31 100 45
Binary 10011001 1010011 100010 0 101110 1001110 101000 11001 1000000 100101

Color Harmonies of #995322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995322

Black with #995322

Text Example


Text Example

White with #995322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995322; }

 p { color: rgb(153,83,34); }

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

background-color css

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

 a { background-color: rgb(153,83,34); }

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

border-color css

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

 span { border-color: rgb(153,83,34); }

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