#863338

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

Shades of Old Brick #863338

Tints of Old Brick #863338

Color information

#863338 (or 0x863338) is unknown color: approx Old Brick. HEX triplet: 86, 33 and 38. RGB value is (134,51,56). Sum of RGB (Red+Green+Blue) = 134+51+56=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863338 is #79CCC7. Grayscale: #4C4C4C. Windows color (decimal): -7982280 or 3683206. OLE color: 3683206.

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

Color convert

RGB1345156-
CMYK00.620.580.47
HSL356.39º44.86%36.27%-
HSV(B)356.39º61.94%52.55%-
XYZ11.737.724.61-
YUV76.39116.5169.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=55.60%
G=21.16%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134515600.620.580.47356.3944.8636.27
Hex86333803E3A2F1642d24
Octal206637007672575445544
Binary100001101100111110000111110111010101111101100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863338; }

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

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

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

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

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

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

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

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