#883340

Color #883340 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #883340

Tints of Well Read #883340

Color information

#883340 (or 0x883340) is unknown color: approx Well Read. HEX triplet: 88, 33 and 40. RGB value is (136,51,64). Sum of RGB (Red+Green+Blue) = 136+51+64=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #883340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883340 is #77CCBF. Grayscale: #4D4D4D. Windows color (decimal): -7851200 or 4207496. OLE color: 4207496.

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

Color convert

RGB1365164-
CMYK00.620.530.47
HSL350.82º45.45%36.67%-
HSV(B)350.82º62.5%53.33%-
XYZ12.267.975.74-
YUV77.9120.16169.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=54.18%
G=20.32%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136516400.620.530.47350.8245.4536.67
Hex88334003E352F15f2d25
Octal2106310007665575375545
Binary1000100011001110000000111110110101101111101011111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883340; }

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

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

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

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

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

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

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

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