#883438

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

Shades of Old Brick #883438

Tints of Old Brick #883438

Color information

#883438 (or 0x883438) is unknown color: approx Old Brick. HEX triplet: 88, 34 and 38. RGB value is (136,52,56). Sum of RGB (Red+Green+Blue) = 136+52+56=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #883438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883438 is #77CBC7. Grayscale: #4D4D4D. Windows color (decimal): -7850952 or 3683464. OLE color: 3683464.

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

Color convert

RGB1365256-
CMYK00.620.590.47
HSL357.14º44.68%36.86%-
HSV(B)357.14º61.76%53.33%-
XYZ12.17.984.64-
YUV77.57115.83169.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=55.74%
G=21.31%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136525600.620.590.47357.1444.6836.86
Hex88343803E3B2F1652d25
Octal210647007673575455545
Binary100010001101001110000111110111011101111101100101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883438; }

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

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

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

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

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

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

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

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