#863235

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

Shades of Old Brick #863235

Tints of Old Brick #863235

Color information

#863235 (or 0x863235) is unknown color: approx Old Brick. HEX triplet: 86, 32 and 35. RGB value is (134,50,53). Sum of RGB (Red+Green+Blue) = 134+50+53=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863235 is #79CDCA. Grayscale: #4B4B4B. Windows color (decimal): -7982539 or 3486342. OLE color: 3486342.

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

Color convert

RGB1345053-
CMYK00.630.600.47
HSL357.86º45.65%36.08%-
HSV(B)357.86º62.69%52.55%-
XYZ11.617.614.22-
YUV75.46115.33169.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=56.54%
G=21.10%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134505300.630.600.47357.8645.6536.08
Hex86323503F3C2F1662e24
Octal206626507774575465644
Binary100001101100101101010111111111100101111101100110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863235; }

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

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

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

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

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

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

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

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