#85353C

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

Shades of Old Brick #85353C

Tints of Old Brick #85353C

Color information

#85353C (or 0x85353C) is unknown color: approx Old Brick. HEX triplet: 85, 35 and 3C. RGB value is (133,53,60). Sum of RGB (Red+Green+Blue) = 133+53+60=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353C is #7ACAC3. Grayscale: #4D4D4D. Windows color (decimal): -8047300 or 3945861. OLE color: 3945861.

HSL color Cylindrical-coordinate representation of color #85353C: hue angle of 354.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85353C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1335360-
CMYK00.600.550.48
HSL354.75º43.01%36.47%-
HSV(B)354.75º60.15%52.16%-
XYZ11.767.865.17-
YUV77.72118167.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=54.07%
G=21.54%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133536000.600.550.48354.7543.0136.47
Hex85353C03C37301632b24
Octal205657407467605435344
Binary100001011101011111000111100110111110000101100011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85353C; }

 p { color: rgb(133,53,60); }

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

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

 a { background-color: rgb(133,53,60); }

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

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

 span { border-color: rgb(133,53,60); }

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