#882E30

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

Shades of Old Brick #882E30

Tints of Old Brick #882E30

Color information

#882E30 (or 0x882E30) is unknown color: approx Old Brick. HEX triplet: 88, 2E and 30. RGB value is (136,46,48). Sum of RGB (Red+Green+Blue) = 136+46+48=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #882E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E30 is #77D1CF. Grayscale: #494949. Windows color (decimal): -7852496 or 3157640. OLE color: 3157640.

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

Color convert

RGB1364648-
CMYK00.660.650.47
HSL358.67º49.45%35.69%-
HSV(B)358.67º66.18%53.33%-
XYZ11.667.43.61-
YUV73.14113.82172.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=59.13%
G=20%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136464800.660.650.47358.6749.4535.69
Hex882E30042412F1673124
Octal21056600102101575476144
Binary10001000101110110000010000101000001101111101100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882E30; }

 p { color: rgb(136,46,48); }

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

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

 a { background-color: rgb(136,46,48); }

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

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

 span { border-color: rgb(136,46,48); }

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