#803536

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

Shades of Old Brick #803536

Tints of Old Brick #803536

Color information

#803536 (or 0x803536) is unknown color: approx Old Brick. HEX triplet: 80, 35 and 36. RGB value is (128,53,54). Sum of RGB (Red+Green+Blue) = 128+53+54=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #803536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803536 is #7FCAC9. Grayscale: #4B4B4B. Windows color (decimal): -8374986 or 3552640. OLE color: 3552640.

HSL color Cylindrical-coordinate representation of color #803536: hue angle of 359.2º 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 #803536 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1285354-
CMYK00.590.580.50
HSL359.2º41.44%35.49%-
HSV(B)359.2º58.59%50.2%-
XYZ10.847.44.35-
YUV75.54115.85165.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=54.47%
G=22.55%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128535400.590.580.50359.241.4435.49
Hex80353603B3A321672923
Octal200656607372625475143
Binary100000001101011101100111011111010110010101100111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803536; }

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

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

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

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

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

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

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

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