#883738

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

Shades of Old Brick #883738

Tints of Old Brick #883738

Color information

#883738 (or 0x883738) is unknown color: approx Old Brick. HEX triplet: 88, 37 and 38. RGB value is (136,55,56). Sum of RGB (Red+Green+Blue) = 136+55+56=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #883738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883738 is #77C8C7. Grayscale: #4F4F4F. Windows color (decimal): -7850184 or 3684232. OLE color: 3684232.

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

Color convert

RGB1365556-
CMYK00.600.590.47
HSL359.26º42.41%37.45%-
HSV(B)359.26º59.56%53.33%-
XYZ12.238.254.69-
YUV79.33114.84168.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=55.06%
G=22.27%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136555600.600.590.47359.2642.4137.45
Hex88373803C3B2F1672a25
Octal210677007473575475245
Binary100010001101111110000111100111011101111101100111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883738; }

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

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

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

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

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

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

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

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