#863233

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

Shades of Old Brick #863233

Tints of Old Brick #863233

Color information

#863233 (or 0x863233) is unknown color: approx Old Brick. HEX triplet: 86, 32 and 33. RGB value is (134,50,51). Sum of RGB (Red+Green+Blue) = 134+50+51=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #863233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863233 is #79CDCC. Grayscale: #4B4B4B. Windows color (decimal): -7982541 or 3355270. OLE color: 3355270.

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

Color convert

RGB1345051-
CMYK00.630.620.47
HSL359.29º45.65%36.08%-
HSV(B)359.29º62.69%52.55%-
XYZ11.577.593.99-
YUV75.23114.33169.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=57.02%
G=21.28%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134505100.630.620.47359.2945.6536.08
Hex86323303F3E2F1672e24
Octal206626307776575475644
Binary100001101100101100110111111111110101111101100111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863233; }

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

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

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

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

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

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

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

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