#872F38

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

Shades of Old Brick #872F38

Tints of Old Brick #872F38

Color information

#872F38 (or 0x872F38) is unknown color: approx Old Brick. HEX triplet: 87, 2F and 38. RGB value is (135,47,56). Sum of RGB (Red+Green+Blue) = 135+47+56=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #872F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F38 is #78D0C7. Grayscale: #4A4A4A. Windows color (decimal): -7917768 or 3682183. OLE color: 3682183.

HSL color Cylindrical-coordinate representation of color #872F38: hue angle of 353.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F38 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1354756-
CMYK00.650.590.47
HSL353.86º48.35%35.69%-
HSV(B)353.86º65.19%52.94%-
XYZ11.727.474.57-
YUV74.34117.65171.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=56.72%
G=19.75%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135475600.650.590.47353.8648.3535.69
Hex872F380413B2F1623024
Octal2075770010173575426044
Binary1000011110111111100001000001111011101111101100010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F38; }

 p { color: rgb(135,47,56); }

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

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

 a { background-color: rgb(135,47,56); }

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

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

 span { border-color: rgb(135,47,56); }

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