#85343A

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

Shades of Old Brick #85343A

Tints of Old Brick #85343A

Color information

#85343A (or 0x85343A) is unknown color: approx Old Brick. HEX triplet: 85, 34 and 3A. RGB value is (133,52,58). Sum of RGB (Red+Green+Blue) = 133+52+58=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85343A is #7ACBC5. Grayscale: #4C4C4C. Windows color (decimal): -8047558 or 3814533. OLE color: 3814533.

HSL color Cylindrical-coordinate representation of color #85343A: hue angle of 355.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85343A is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1335258-
CMYK00.610.560.48
HSL355.56º43.78%36.27%-
HSV(B)355.56º60.9%52.16%-
XYZ11.667.754.88-
YUV76.9117.34168.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=54.73%
G=21.40%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133525800.610.560.48355.5643.7836.27
Hex85343A03D38301642c24
Octal205647207570605445444
Binary100001011101001110100111101111000110000101100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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