#883238

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

Shades of Old Brick #883238

Tints of Old Brick #883238

Color information

#883238 (or 0x883238) is unknown color: approx Old Brick. HEX triplet: 88, 32 and 38. RGB value is (136,50,56). Sum of RGB (Red+Green+Blue) = 136+50+56=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883238 is #77CDC7. Grayscale: #4C4C4C. Windows color (decimal): -7851464 or 3682952. OLE color: 3682952.

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

Color convert

RGB1365056-
CMYK00.630.590.47
HSL355.81º46.24%36.47%-
HSV(B)355.81º63.24%53.33%-
XYZ12.017.84.61-
YUV76.4116.49170.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.20%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=56.20%
G=20.66%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136505600.630.590.47355.8146.2436.47
Hex88323803F3B2F1642e24
Octal210627007773575445644
Binary100010001100101110000111111111011101111101100100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883238; }

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

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

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

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

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

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

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

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