#863334

Color #863334 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #863334

Tints of Old Brick #863334

Color information

#863334 (or 0x863334) is unknown color: approx Old Brick. HEX triplet: 86, 33 and 34. RGB value is (134,51,52). Sum of RGB (Red+Green+Blue) = 134+51+52=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863334 is #79CCCB. Grayscale: #4C4C4C. Windows color (decimal): -7982284 or 3421062. OLE color: 3421062.

HSL color Cylindrical-coordinate representation of color #863334: hue angle of 359.28º 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 #863334 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1345152-
CMYK00.620.610.47
HSL359.28º44.86%36.27%-
HSV(B)359.28º61.94%52.55%-
XYZ11.647.684.12-
YUV75.93114.5169.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=56.54%
G=21.52%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134515200.620.610.47359.2844.8636.27
Hex86333403E3D2F1672d24
Octal206636407675575475544
Binary100001101100111101000111110111101101111101100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863334; }

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

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

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

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

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

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

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

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