#86333C

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

Shades of Old Brick #86333C

Tints of Old Brick #86333C

Color information

#86333C (or 0x86333C) is unknown color: approx Old Brick. HEX triplet: 86, 33 and 3C. RGB value is (134,51,60). Sum of RGB (Red+Green+Blue) = 134+51+60=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86333C is #79CCC3. Grayscale: #4C4C4C. Windows color (decimal): -7982276 or 3945350. OLE color: 3945350.

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

Color convert

RGB1345160-
CMYK00.620.550.47
HSL353.49º44.86%36.27%-
HSV(B)353.49º61.94%52.55%-
XYZ11.837.765.15-
YUV76.84118.5168.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=54.69%
G=20.82%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134516000.620.550.47353.4944.8636.27
Hex86333C03E372F1612d24
Octal206637407667575415544
Binary100001101100111111000111110110111101111101100001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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