#813437

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

Shades of Old Brick #813437

Tints of Old Brick #813437

Color information

#813437 (or 0x813437) is unknown color: approx Old Brick. HEX triplet: 81, 34 and 37. RGB value is (129,52,55). Sum of RGB (Red+Green+Blue) = 129+52+55=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #813437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813437 is #7ECBC8. Grayscale: #4B4B4B. Windows color (decimal): -8309705 or 3617921. OLE color: 3617921.

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

Color convert

RGB1295255-
CMYK00.600.570.49
HSL357.66º42.54%35.49%-
HSV(B)357.66º59.69%50.59%-
XYZ10.977.44.46-
YUV75.36116.51166.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.66%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=54.66%
G=22.03%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129525500.600.570.49357.6642.5435.49
Hex81343703C39311662b23
Octal201646707471615465343
Binary100000011101001101110111100111001110001101100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813437; }

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

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

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

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

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

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

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

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