#763548

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

Shades of Camelot #763548

Tints of Camelot #763548

Color information

#763548 (or 0x763548) is unknown color: approx Camelot. HEX triplet: 76, 35 and 48. RGB value is (118,53,72). Sum of RGB (Red+Green+Blue) = 118+53+72=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763548 is #89CAB7. Grayscale: #4A4A4A. Windows color (decimal): -9030328 or 4732278. OLE color: 4732278.

HSL color Cylindrical-coordinate representation of color #763548: hue angle of 342.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763548 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1185372-
CMYK00.550.390.54
HSL342.46º38.01%33.53%-
HSV(B)342.46º55.08%46.27%-
XYZ9.916.876.93-
YUV74.6126.53158.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=48.56%
G=21.81%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537200.550.390.54342.4638.0133.53
Hex76354803727361562622
Octal1666511006747665264642
Binary111011011010110010000110111100111110110101010110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763548; }

 p { color: rgb(118,53,72); }

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

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

 a { background-color: rgb(118,53,72); }

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

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

 span { border-color: rgb(118,53,72); }

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