#884353

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

Shades of Camelot #884353

Tints of Camelot #884353

Color information

#884353 (or 0x884353) is unknown color: approx Camelot. HEX triplet: 88, 43 and 53. RGB value is (136,67,83). Sum of RGB (Red+Green+Blue) = 136+67+83=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #884353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884353 is #77BCAC. Grayscale: #595959. Windows color (decimal): -7847085 or 5456776. OLE color: 5456776.

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

Color convert

RGB1366783-
CMYK00.510.390.47
HSL346.09º33.99%39.8%-
HSV(B)346.09º50.74%53.33%-
XYZ13.729.879.37-
YUV89.46124.36161.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=47.55%
G=23.43%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136678300.510.390.47346.0933.9939.8
Hex884353033272F15a2228
Octal21010312306347575324250
Binary10001000100001110100110110011100111101111101011010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884353; }

 p { color: rgb(136,67,83); }

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

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

 a { background-color: rgb(136,67,83); }

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

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

 span { border-color: rgb(136,67,83); }

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