#95521B

Color #95521B Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #95521B

Tints of Rich Gold #95521B

Color information

#95521B (or 0x95521B) is unknown color: approx Rich Gold. HEX triplet: 95, 52 and 1B. RGB value is (149,82,27). Sum of RGB (Red+Green+Blue) = 149+82+27=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95521B is #6AADE4. Grayscale: #606060. Windows color (decimal): -6991333 or 1790613. OLE color: 1790613.

HSL color Cylindrical-coordinate representation of color #95521B: hue angle of 27.05º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95521B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1498227-
CMYK00.450.820.42
HSL27.05º69.32%34.51%-
HSV(B)27.05º81.88%58.43%-
XYZ15.6112.52.63-
YUV95.7689.2165.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=57.75%
G=31.78%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149822700.450.820.4227.0569.3234.51
Hex95521B02D522A1b4523
Octal22512233055122523310543
Binary1001010110100101101101011011010010101010110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95521B; }

 p { color: rgb(149,82,27); }

 H1.HeaderClassName
 {
   color: #95521B;
 }
 .AnyTagClassName
 {
   color: #95521B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,82,27); }

 div.DivClassName
 {
   background-color: #95521B;
 }
 .BgClassName
 {
   background-color: #95521B;
 }
</style>
border-color css

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

 span { border-color: rgb(149,82,27); }

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