#86372B

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

Shades of Crab Apple #86372B

Tints of Crab Apple #86372B

Color information

#86372B (or 0x86372B) is unknown color: approx Crab Apple. HEX triplet: 86, 37 and 2B. RGB value is (134,55,43). Sum of RGB (Red+Green+Blue) = 134+55+43=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86372B is #79C8D4. Grayscale: #4D4D4D. Windows color (decimal): -7981269 or 2832262. OLE color: 2832262.

HSL color Cylindrical-coordinate representation of color #86372B: hue angle of 7.91º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86372B is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1345543-
CMYK00.590.680.47
HSL7.91º51.41%34.71%-
HSV(B)7.91º67.91%52.55%-
XYZ11.637.983.21-
YUV77.25108.67168.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=57.76%
G=23.71%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134554300.590.680.477.9151.4134.71
Hex86372B03B442F83323
Octal206675307310457106343
Binary10000110110111101011011101110001001011111000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86372B; }

 p { color: rgb(134,55,43); }

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

<style>
 a { background-color: #86372B; }

 a { background-color: rgb(134,55,43); }

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

<style>
 span { border-color: #86372B; }

 span { border-color: rgb(134,55,43); }

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