#85333C

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

Shades of Old Brick #85333C

Tints of Old Brick #85333C

Color information

#85333C (or 0x85333C) is unknown color: approx Old Brick. HEX triplet: 85, 33 and 3C. RGB value is (133,51,60). Sum of RGB (Red+Green+Blue) = 133+51+60=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85333C is #7ACCC3. Grayscale: #4C4C4C. Windows color (decimal): -8047812 or 3945349. OLE color: 3945349.

HSL color Cylindrical-coordinate representation of color #85333C: hue angle of 353.41º 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 #85333C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1335160-
CMYK00.620.550.48
HSL353.41º44.57%36.08%-
HSV(B)353.41º61.65%52.16%-
XYZ11.677.685.14-
YUV76.54118.67168.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=54.51%
G=20.90%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133516000.620.550.48353.4144.5736.08
Hex85333C03E37301612d24
Octal205637407667605415544
Binary100001011100111111000111110110111110000101100001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85333C; }

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

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

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

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

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

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

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

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