#85353B

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

Shades of Old Brick #85353B

Tints of Old Brick #85353B

Color information

#85353B (or 0x85353B) is unknown color: approx Old Brick. HEX triplet: 85, 35 and 3B. RGB value is (133,53,59). Sum of RGB (Red+Green+Blue) = 133+53+59=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353B is #7ACAC4. Grayscale: #4D4D4D. Windows color (decimal): -8047301 or 3880325. OLE color: 3880325.

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

Color convert

RGB1335359-
CMYK00.600.560.48
HSL355.5º43.01%36.47%-
HSV(B)355.5º60.15%52.16%-
XYZ11.747.855.03-
YUV77.6117.5167.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=54.29%
G=21.63%
B=24.08%

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
Decimal133535900.600.560.48355.543.0136.47
Hex85353B03C38301642b24
Octal205657307470605445344
Binary100001011101011110110111100111000110000101100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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