#872F32

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

Shades of Old Brick #872F32

Tints of Old Brick #872F32

Color information

#872F32 (or 0x872F32) is unknown color: approx Old Brick. HEX triplet: 87, 2F and 32. RGB value is (135,47,50). Sum of RGB (Red+Green+Blue) = 135+47+50=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #872F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F32 is #78D0CD. Grayscale: #494949. Windows color (decimal): -7917774 or 3288967. OLE color: 3288967.

HSL color Cylindrical-coordinate representation of color #872F32: hue angle of 357.95º 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 #872F32 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1354750-
CMYK00.650.630.47
HSL357.95º48.35%35.69%-
HSV(B)357.95º65.19%52.94%-
XYZ11.587.413.84-
YUV73.65114.65171.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=58.19%
G=20.26%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135475000.650.630.47357.9548.3535.69
Hex872F320413F2F1663024
Octal2075762010177575466044
Binary1000011110111111001001000001111111101111101100110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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