#8B362C

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

Shades of Crab Apple #8B362C

Tints of Crab Apple #8B362C

Color information

#8B362C (or 0x8B362C) is unknown color: approx Crab Apple. HEX triplet: 8B, 36 and 2C. RGB value is (139,54,44). Sum of RGB (Red+Green+Blue) = 139+54+44=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B362C is #74C9D3. Grayscale: #4E4E4E. Windows color (decimal): -7653844 or 2897547. OLE color: 2897547.

HSL color Cylindrical-coordinate representation of color #8B362C: hue angle of 6.32º 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 #8B362C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1395444-
CMYK00.610.680.45
HSL6.32º51.91%35.88%-
HSV(B)6.32º68.35%54.51%-
XYZ12.428.313.33-
YUV78.28108.66171.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.65%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=58.65%
G=22.78%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139544400.610.680.456.3251.9135.88
Hex8B362C03D442D63424
Octal21366540751045566444
Binary1000101111011010110001111011000100101101110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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