#88383A

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

Shades of Old Brick #88383A

Tints of Old Brick #88383A

Color information

#88383A (or 0x88383A) is unknown color: approx Old Brick. HEX triplet: 88, 38 and 3A. RGB value is (136,56,58). Sum of RGB (Red+Green+Blue) = 136+56+58=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88383A is #77C7C5. Grayscale: #505050. Windows color (decimal): -7849926 or 3815560. OLE color: 3815560.

HSL color Cylindrical-coordinate representation of color #88383A: hue angle of 358.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88383A is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1365658-
CMYK00.590.570.47
HSL358.5º41.67%37.65%-
HSV(B)358.5º58.82%53.33%-
XYZ12.338.374.97-
YUV80.15115.5167.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=54.4%
G=22.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136565800.590.570.47358.541.6737.65
Hex88383A03B392F1662a26
Octal210707207371575465246
Binary100010001110001110100111011111001101111101100110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88383A; }

 p { color: rgb(136,56,58); }

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

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

 a { background-color: rgb(136,56,58); }

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

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

 span { border-color: rgb(136,56,58); }

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