#8B362D

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

Shades of Crab Apple #8B362D

Tints of Crab Apple #8B362D

Color information

#8B362D (or 0x8B362D) is unknown color: approx Crab Apple. HEX triplet: 8B, 36 and 2D. RGB value is (139,54,45). Sum of RGB (Red+Green+Blue) = 139+54+45=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B362D is #74C9D2. Grayscale: #4E4E4E. Windows color (decimal): -7653843 or 2963083. OLE color: 2963083.

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

Color convert

RGB1395445-
CMYK00.610.680.45
HSL5.74º51.09%36.08%-
HSV(B)5.74º67.63%54.51%-
XYZ12.448.323.43-
YUV78.39109.16171.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=58.40%
G=22.69%
B=18.91%

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
Decimal139544500.610.680.455.7451.0936.08
Hex8B362D03D442D63324
Octal21366550751045566344
Binary1000101111011010110101111011000100101101110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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