#883E4A

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

Shades of Camelot #883E4A

Tints of Camelot #883E4A

Color information

#883E4A (or 0x883E4A) is unknown color: approx Camelot. HEX triplet: 88, 3E and 4A. RGB value is (136,62,74). Sum of RGB (Red+Green+Blue) = 136+62+74=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883E4A is #77C1B5. Grayscale: #555555. Windows color (decimal): -7848374 or 4865672. OLE color: 4865672.

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

Color convert

RGB1366274-
CMYK00.540.460.47
HSL350.27º37.37%38.82%-
HSV(B)350.27º54.41%53.33%-
XYZ13.119.177.56-
YUV85.49121.52164.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=50%
G=22.79%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136627400.540.460.47350.2737.3738.82
Hex883E4A0362E2F15e2527
Octal2107611206656575364547
Binary1000100011111010010100110110101110101111101011110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,62,74); }

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

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

 a { background-color: rgb(136,62,74); }

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

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

 span { border-color: rgb(136,62,74); }

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