#8A5631

Color #8A5631 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #8A5631

Tints of Chelsea Gem #8A5631

Color information

#8A5631 (or 0x8A5631) is unknown color: approx Chelsea Gem. HEX triplet: 8A, 56 and 31. RGB value is (138,86,49). Sum of RGB (Red+Green+Blue) = 138+86+49=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5631 is #75A9CE. Grayscale: #616161. Windows color (decimal): -7711183 or 3233418. OLE color: 3233418.

HSL color Cylindrical-coordinate representation of color #8A5631: hue angle of 24.94º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A5631 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1388649-
CMYK00.380.640.46
HSL24.94º47.59%36.67%-
HSV(B)24.94º64.49%54.12%-
XYZ14.3612.284.52-
YUV97.33100.73157.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=50.55%
G=31.50%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138864900.380.640.4624.9447.5936.67
Hex8A5631026402E193025
Octal2121266104610056316045
Binary1000101010101101100010100110100000010111011001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5631; }

 p { color: rgb(138,86,49); }

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

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

 a { background-color: rgb(138,86,49); }

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

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

 span { border-color: rgb(138,86,49); }

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