#883C4D

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

Shades of Camelot #883C4D

Tints of Camelot #883C4D

Color information

#883C4D (or 0x883C4D) is unknown color: approx Camelot. HEX triplet: 88, 3C and 4D. RGB value is (136,60,77). Sum of RGB (Red+Green+Blue) = 136+60+77=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #883C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C4D is #77C3B2. Grayscale: #545454. Windows color (decimal): -7848883 or 5061768. OLE color: 5061768.

HSL color Cylindrical-coordinate representation of color #883C4D: hue angle of 346.58º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C4D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1366077-
CMYK00.560.430.47
HSL346.58º38.78%38.43%-
HSV(B)346.58º55.88%53.33%-
XYZ13.1198.07-
YUV84.66123.68164.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=49.82%
G=21.98%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136607700.560.430.47346.5838.7838.43
Hex883C4D0382B2F15b2726
Octal2107411507053575334746
Binary1000100011110010011010111000101011101111101011011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883C4D; }

 p { color: rgb(136,60,77); }

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

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

 a { background-color: rgb(136,60,77); }

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

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

 span { border-color: rgb(136,60,77); }

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