#853539

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

Shades of Old Brick #853539

Tints of Old Brick #853539

Color information

#853539 (or 0x853539) is unknown color: approx Old Brick. HEX triplet: 85, 35 and 39. RGB value is (133,53,57). Sum of RGB (Red+Green+Blue) = 133+53+57=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #853539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853539 is #7ACAC6. Grayscale: #4D4D4D. Windows color (decimal): -8047303 or 3749253. OLE color: 3749253.

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

Color convert

RGB1335357-
CMYK00.600.570.48
HSL357º43.01%36.47%-
HSV(B)357º60.15%52.16%-
XYZ11.687.834.77-
YUV77.38116.5167.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=54.73%
G=21.81%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133535700.600.570.4835743.0136.47
Hex85353903C39301652b24
Octal205657107471605455344
Binary100001011101011110010111100111001110000101100101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853539; }

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

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

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

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

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

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

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

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