#853439

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

Shades of Old Brick #853439

Tints of Old Brick #853439

Color information

#853439 (or 0x853439) is unknown color: approx Old Brick. HEX triplet: 85, 34 and 39. RGB value is (133,52,57). Sum of RGB (Red+Green+Blue) = 133+52+57=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853439 is #7ACBC6. Grayscale: #4C4C4C. Windows color (decimal): -8047559 or 3748997. OLE color: 3748997.

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

Color convert

RGB1335257-
CMYK00.610.570.48
HSL356.3º43.78%36.27%-
HSV(B)356.3º60.9%52.16%-
XYZ11.647.744.75-
YUV76.79116.84168.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=54.96%
G=21.49%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133525700.610.570.48356.343.7836.27
Hex85343903D39301642c24
Octal205647107571605445444
Binary100001011101001110010111101111001110000101100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853439; }

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

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

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

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

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

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

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

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