#8A3832

Color #8A3832 Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #8A3832

Tints of Crab Apple #8A3832

Color information

#8A3832 (or 0x8A3832) is unknown color: approx Crab Apple. HEX triplet: 8A, 38 and 32. RGB value is (138,56,50). Sum of RGB (Red+Green+Blue) = 138+56+50=244 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.56% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3832 is #75C7CD. Grayscale: #4F4F4F. Windows color (decimal): -7718862 or 3291274. OLE color: 3291274.

HSL color Cylindrical-coordinate representation of color #8A3832: hue angle of 4.09º degrees, saturation: 0.47, 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 #8A3832 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1385650-
CMYK00.590.640.46
HSL4.09º46.81%36.86%-
HSV(B)4.09º63.77%54.12%-
XYZ12.478.463.99-
YUV79.83111.17169.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.56%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=56.56%
G=22.95%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138565000.590.640.464.0946.8136.86
Hex8A383203B402E42f25
Octal21270620731005645745
Binary1000101011100011001001110111000000101110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,56,50); }

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

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

 a { background-color: rgb(138,56,50); }

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

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

 span { border-color: rgb(138,56,50); }

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