#8B322E

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

Shades of Crab Apple #8B322E

Tints of Crab Apple #8B322E

Color information

#8B322E (or 0x8B322E) is unknown color: approx Crab Apple. HEX triplet: 8B, 32 and 2E. RGB value is (139,50,46). Sum of RGB (Red+Green+Blue) = 139+50+46=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B322E is #74CDD1. Grayscale: #4C4C4C. Windows color (decimal): -7654866 or 3027595. OLE color: 3027595.

HSL color Cylindrical-coordinate representation of color #8B322E: hue angle of 2.58º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B322E is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1395046-
CMYK00.640.670.45
HSL2.58º50.27%36.27%-
HSV(B)2.58º66.91%54.51%-
XYZ12.287.973.48-
YUV76.16110.99172.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=59.15%
G=21.28%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139504600.640.670.452.5850.2736.27
Hex8B322E040432D33224
Octal213625601001035536244
Binary1000101111001010111001000000100001110110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,50,46); }

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

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

 a { background-color: rgb(139,50,46); }

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

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

 span { border-color: rgb(139,50,46); }

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