#86333B

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

Shades of Old Brick #86333B

Tints of Old Brick #86333B

Color information

#86333B (or 0x86333B) is unknown color: approx Old Brick. HEX triplet: 86, 33 and 3B. RGB value is (134,51,59). Sum of RGB (Red+Green+Blue) = 134+51+59=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86333B is #79CCC4. Grayscale: #4C4C4C. Windows color (decimal): -7982277 or 3879814. OLE color: 3879814.

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

Color convert

RGB1345159-
CMYK00.620.560.47
HSL354.22º44.86%36.27%-
HSV(B)354.22º61.94%52.55%-
XYZ11.87.755.01-
YUV76.73118168.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=54.92%
G=20.90%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134515900.620.560.47354.2244.8636.27
Hex86333B03E382F1622d24
Octal206637307670575425544
Binary100001101100111110110111110111000101111101100010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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