#853334

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

Shades of Old Brick #853334

Tints of Old Brick #853334

Color information

#853334 (or 0x853334) is unknown color: approx Old Brick. HEX triplet: 85, 33 and 34. RGB value is (133,51,52). Sum of RGB (Red+Green+Blue) = 133+51+52=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #853334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853334 is #7ACCCB. Grayscale: #4B4B4B. Windows color (decimal): -8047820 or 3421061. OLE color: 3421061.

HSL color Cylindrical-coordinate representation of color #853334: hue angle of 359.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853334 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1335152-
CMYK00.620.610.48
HSL359.27º44.57%36.08%-
HSV(B)359.27º61.65%52.16%-
XYZ11.487.64.11-
YUV75.63114.67168.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=56.36%
G=21.61%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133515200.620.610.48359.2744.5736.08
Hex85333403E3D301672d24
Octal205636407675605475544
Binary100001011100111101000111110111101110000101100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853334; }

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

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

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

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

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

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

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

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