#883038

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

Shades of Old Brick #883038

Tints of Old Brick #883038

Color information

#883038 (or 0x883038) is unknown color: approx Old Brick. HEX triplet: 88, 30 and 38. RGB value is (136,48,56). Sum of RGB (Red+Green+Blue) = 136+48+56=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #883038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883038 is #77CFC7. Grayscale: #4B4B4B. Windows color (decimal): -7851976 or 3682440. OLE color: 3682440.

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

Color convert

RGB1364856-
CMYK00.650.590.47
HSL354.55º47.83%36.08%-
HSV(B)354.55º64.71%53.33%-
XYZ11.927.634.59-
YUV75.22117.15171.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=56.67%
G=20%
B=23.33%

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
Decimal136485600.650.590.47354.5547.8336.08
Hex8830380413B2F1633024
Octal2106070010173575436044
Binary1000100011000011100001000001111011101111101100011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883038; }

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

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

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

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

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

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

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

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