#883542

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

Shades of Camelot #883542

Tints of Camelot #883542

Color information

#883542 (or 0x883542) is unknown color: approx Camelot. HEX triplet: 88, 35 and 42. RGB value is (136,53,66). Sum of RGB (Red+Green+Blue) = 136+53+66=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883542 is #77CABD. Grayscale: #4F4F4F. Windows color (decimal): -7850686 or 4339080. OLE color: 4339080.

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

Color convert

RGB1365366-
CMYK00.610.510.47
HSL350.6º43.92%37.06%-
HSV(B)350.6º61.03%53.33%-
XYZ12.418.176.08-
YUV79.3120.5168.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=53.33%
G=20.78%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136536600.610.510.47350.643.9237.06
Hex88354203D332F15f2c25
Octal2106510207563575375445
Binary1000100011010110000100111101110011101111101011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883542; }

 p { color: rgb(136,53,66); }

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

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

 a { background-color: rgb(136,53,66); }

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

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

 span { border-color: rgb(136,53,66); }

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