#813235

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

Shades of Old Brick #813235

Tints of Old Brick #813235

Color information

#813235 (or 0x813235) is unknown color: approx Old Brick. HEX triplet: 81, 32 and 35. RGB value is (129,50,53). Sum of RGB (Red+Green+Blue) = 129+50+53=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #813235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813235 is #7ECDCA. Grayscale: #4A4A4A. Windows color (decimal): -8310219 or 3486337. OLE color: 3486337.

HSL color Cylindrical-coordinate representation of color #813235: hue angle of 357.72º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813235 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1295053-
CMYK00.610.590.49
HSL357.72º44.13%35.1%-
HSV(B)357.72º61.24%50.59%-
XYZ10.847.214.19-
YUV73.96116.17167.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=55.60%
G=21.55%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129505300.610.590.49357.7244.1335.1
Hex81323503D3B311662c23
Octal201626507573615465443
Binary100000011100101101010111101111011110001101100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813235; }

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

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

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

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

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

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

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

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