#813435

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

Shades of Old Brick #813435

Tints of Old Brick #813435

Color information

#813435 (or 0x813435) is unknown color: approx Old Brick. HEX triplet: 81, 34 and 35. RGB value is (129,52,53). Sum of RGB (Red+Green+Blue) = 129+52+53=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813435 is #7ECBCA. Grayscale: #4B4B4B. Windows color (decimal): -8309707 or 3486849. OLE color: 3486849.

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

Color convert

RGB1295253-
CMYK00.600.590.49
HSL359.22º42.54%35.49%-
HSV(B)359.22º59.69%50.59%-
XYZ10.927.384.22-
YUV75.14115.51166.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=55.13%
G=22.22%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129525300.600.590.49359.2242.5435.49
Hex81343503C3B311672b23
Octal201646507473615475343
Binary100000011101001101010111100111011110001101100111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813435; }

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

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

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

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

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

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

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

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