#853637

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

Shades of Old Brick #853637

Tints of Old Brick #853637

Color information

#853637 (or 0x853637) is unknown color: approx Old Brick. HEX triplet: 85, 36 and 37. RGB value is (133,54,55). Sum of RGB (Red+Green+Blue) = 133+54+55=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853637 is #7AC9C8. Grayscale: #4D4D4D. Windows color (decimal): -8047049 or 3618437. OLE color: 3618437.

HSL color Cylindrical-coordinate representation of color #853637: hue angle of 359.24º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853637 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1335455-
CMYK00.590.590.48
HSL359.24º42.25%36.67%-
HSV(B)359.24º59.4%52.16%-
XYZ11.687.94.52-
YUV77.73115.17167.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=54.96%
G=22.31%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133545500.590.590.48359.2442.2536.67
Hex85363703B3B301672a25
Octal205666707373605475245
Binary100001011101101101110111011111011110000101100111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853637; }

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

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

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

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

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

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

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

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