#853437

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

Shades of Old Brick #853437

Tints of Old Brick #853437

Color information

#853437 (or 0x853437) is unknown color: approx Old Brick. HEX triplet: 85, 34 and 37. RGB value is (133,52,55). Sum of RGB (Red+Green+Blue) = 133+52+55=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853437 is #7ACBC8. Grayscale: #4C4C4C. Windows color (decimal): -8047561 or 3617925. OLE color: 3617925.

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

Color convert

RGB1335255-
CMYK00.610.590.48
HSL357.78º43.78%36.27%-
HSV(B)357.78º60.9%52.16%-
XYZ11.597.724.49-
YUV76.56115.84168.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=55.42%
G=21.67%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133525500.610.590.48357.7843.7836.27
Hex85343703D3B301662c24
Octal205646707573605465444
Binary100001011101001101110111101111011110000101100110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853437; }

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

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

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

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

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

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

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

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