#803537

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

Shades of Old Brick #803537

Tints of Old Brick #803537

Color information

#803537 (or 0x803537) is unknown color: approx Old Brick. HEX triplet: 80, 35 and 37. RGB value is (128,53,55). Sum of RGB (Red+Green+Blue) = 128+53+55=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #803537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803537 is #7FCAC8. Grayscale: #4B4B4B. Windows color (decimal): -8374985 or 3618176. OLE color: 3618176.

HSL color Cylindrical-coordinate representation of color #803537: hue angle of 358.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803537 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1285355-
CMYK00.590.570.50
HSL358.4º41.44%35.49%-
HSV(B)358.4º58.59%50.2%-
XYZ10.867.414.47-
YUV75.65116.35165.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=54.24%
G=22.46%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128535500.590.570.50358.441.4435.49
Hex80353703B39321662923
Octal200656707371625465143
Binary100000001101011101110111011111001110010101100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803537; }

 p { color: rgb(128,53,55); }

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

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

 a { background-color: rgb(128,53,55); }

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

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

 span { border-color: rgb(128,53,55); }

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