#853238

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

Shades of Old Brick #853238

Tints of Old Brick #853238

Color information

#853238 (or 0x853238) is unknown color: approx Old Brick. HEX triplet: 85, 32 and 38. RGB value is (133,50,56). Sum of RGB (Red+Green+Blue) = 133+50+56=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #853238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853238 is #7ACDC7. Grayscale: #4B4B4B. Windows color (decimal): -8048072 or 3682949. OLE color: 3682949.

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

Color convert

RGB1335056-
CMYK00.620.580.48
HSL355.66º45.36%35.88%-
HSV(B)355.66º62.41%52.16%-
XYZ11.537.554.59-
YUV75.5117169.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=55.65%
G=20.92%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133505600.620.580.48355.6645.3635.88
Hex85323803E3A301642d24
Octal205627007672605445544
Binary100001011100101110000111110111010110000101100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853238; }

 p { color: rgb(133,50,56); }

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

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

 a { background-color: rgb(133,50,56); }

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

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

 span { border-color: rgb(133,50,56); }

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