#863933

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

Shades of Crab Apple #863933

Tints of Crab Apple #863933

Color information

#863933 (or 0x863933) is unknown color: approx Crab Apple. HEX triplet: 86, 39 and 33. RGB value is (134,57,51). Sum of RGB (Red+Green+Blue) = 134+57+51=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863933 is #79C6CC. Grayscale: #4F4F4F. Windows color (decimal): -7980749 or 3357062. OLE color: 3357062.

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

Color convert

RGB1345751-
CMYK00.570.620.47
HSL4.34º44.86%36.27%-
HSV(B)4.34º61.94%52.55%-
XYZ11.898.234.09-
YUV79.34112.01166.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=55.37%
G=23.55%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134575100.570.620.474.3444.8636.27
Hex8639330393E2F42d24
Octal2067163071765745544
Binary100001101110011100110111001111110101111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863933; }

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

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

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

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

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

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

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

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