#85343C

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

Shades of Old Brick #85343C

Tints of Old Brick #85343C

Color information

#85343C (or 0x85343C) is unknown color: approx Old Brick. HEX triplet: 85, 34 and 3C. RGB value is (133,52,60). Sum of RGB (Red+Green+Blue) = 133+52+60=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85343C is #7ACBC3. Grayscale: #4D4D4D. Windows color (decimal): -8047556 or 3945605. OLE color: 3945605.

HSL color Cylindrical-coordinate representation of color #85343C: hue angle of 354.07º 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 #85343C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1335260-
CMYK00.610.550.48
HSL354.07º43.78%36.27%-
HSV(B)354.07º60.9%52.16%-
XYZ11.727.775.16-
YUV77.13118.34167.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=54.29%
G=21.22%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133526000.610.550.48354.0743.7836.27
Hex85343C03D37301622c24
Octal205647407567605425444
Binary100001011101001111000111101110111110000101100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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