#863932

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

Shades of Crab Apple #863932

Tints of Crab Apple #863932

Color information

#863932 (or 0x863932) is unknown color: approx Crab Apple. HEX triplet: 86, 39 and 32. RGB value is (134,57,50). Sum of RGB (Red+Green+Blue) = 134+57+50=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863932 is #79C6CD. Grayscale: #4F4F4F. Windows color (decimal): -7980750 or 3291526. OLE color: 3291526.

HSL color Cylindrical-coordinate representation of color #863932: hue angle of 5º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863932 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1345750-
CMYK00.570.630.47
HSL45.65%36.08%-
HSV(B)62.69%52.55%-
XYZ11.878.223.98-
YUV79.22111.51167.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=55.60%
G=23.65%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134575000.570.630.47545.6536.08
Hex8639320393F2F52e24
Octal2067162071775755644
Binary100001101110011100100111001111111101111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863932; }

 p { color: rgb(134,57,50); }

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

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

 a { background-color: rgb(134,57,50); }

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

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

 span { border-color: rgb(134,57,50); }

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