#8B372C

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

Shades of Crab Apple #8B372C

Tints of Crab Apple #8B372C

Color information

#8B372C (or 0x8B372C) is unknown color: approx Crab Apple. HEX triplet: 8B, 37 and 2C. RGB value is (139,55,44). Sum of RGB (Red+Green+Blue) = 139+55+44=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B372C is #74C8D3. Grayscale: #4E4E4E. Windows color (decimal): -7653588 or 2897803. OLE color: 2897803.

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

Color convert

RGB1395544-
CMYK00.600.680.45
HSL6.95º51.91%35.88%-
HSV(B)6.95º68.35%54.51%-
XYZ12.478.43.35-
YUV78.86108.33170.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=58.40%
G=23.11%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139554400.600.680.456.9551.9135.88
Hex8B372C03C442D73424
Octal21367540741045576444
Binary1000101111011110110001111001000100101101111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,55,44); }

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

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

 a { background-color: rgb(139,55,44); }

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

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

 span { border-color: rgb(139,55,44); }

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