#85353A

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

Shades of Old Brick #85353A

Tints of Old Brick #85353A

Color information

#85353A (or 0x85353A) is unknown color: approx Old Brick. HEX triplet: 85, 35 and 3A. RGB value is (133,53,58). Sum of RGB (Red+Green+Blue) = 133+53+58=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353A is #7ACAC5. Grayscale: #4D4D4D. Windows color (decimal): -8047302 or 3814789. OLE color: 3814789.

HSL color Cylindrical-coordinate representation of color #85353A: hue angle of 356.25º 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 #85353A is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1335358-
CMYK00.600.560.48
HSL356.25º43.01%36.47%-
HSV(B)356.25º60.15%52.16%-
XYZ11.717.844.9-
YUV77.49117167.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=54.51%
G=21.72%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133535800.600.560.48356.2543.0136.47
Hex85353A03C38301642b24
Octal205657207470605445344
Binary100001011101011110100111100111000110000101100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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