#8A532F

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

Shades of Chelsea Gem #8A532F

Tints of Chelsea Gem #8A532F

Color information

#8A532F (or 0x8A532F) is unknown color: approx Chelsea Gem. HEX triplet: 8A, 53 and 2F. RGB value is (138,83,47). Sum of RGB (Red+Green+Blue) = 138+83+47=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A532F is #75ACD0. Grayscale: #5F5F5F. Windows color (decimal): -7711953 or 3101578. OLE color: 3101578.

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

Color convert

RGB1388347-
CMYK00.400.660.46
HSL23.74º49.19%36.27%-
HSV(B)23.74º65.94%54.12%-
XYZ14.0911.84.22-
YUV95.34100.72158.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.49%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=51.49%
G=30.97%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138834700.400.660.4623.7449.1936.27
Hex8A532F028422E183124
Octal2121235705010256306144
Binary1000101010100111011110101000100001010111011000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,83,47); }

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

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

 a { background-color: rgb(138,83,47); }

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

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

 span { border-color: rgb(138,83,47); }

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