#883338

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

Shades of Old Brick #883338

Tints of Old Brick #883338

Color information

#883338 (or 0x883338) is unknown color: approx Old Brick. HEX triplet: 88, 33 and 38. RGB value is (136,51,56). Sum of RGB (Red+Green+Blue) = 136+51+56=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #883338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883338 is #77CCC7. Grayscale: #4D4D4D. Windows color (decimal): -7851208 or 3683208. OLE color: 3683208.

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

Color convert

RGB1365156-
CMYK00.620.590.47
HSL356.47º45.45%36.67%-
HSV(B)356.47º62.5%53.33%-
XYZ12.057.894.63-
YUV76.98116.16170.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=55.97%
G=20.99%
B=23.05%

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
Decimal136515600.620.590.47356.4745.4536.67
Hex88333803E3B2F1642d25
Octal210637007673575445545
Binary100010001100111110000111110111011101111101100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883338; }

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

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

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

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

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

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

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

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