#763245

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

Shades of Camelot #763245

Tints of Camelot #763245

Color information

#763245 (or 0x763245) is unknown color: approx Camelot. HEX triplet: 76, 32 and 45. RGB value is (118,50,69). Sum of RGB (Red+Green+Blue) = 118+50+69=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763245 is #89CDBA. Grayscale: #484848. Windows color (decimal): -9031099 or 4534902. OLE color: 4534902.

HSL color Cylindrical-coordinate representation of color #763245: hue angle of 343.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763245 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1185069-
CMYK00.580.420.54
HSL343.24º40.48%32.94%-
HSV(B)343.24º57.63%46.27%-
XYZ9.696.566.39-
YUV72.5126.03160.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=49.79%
G=21.10%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118506900.580.420.54343.2440.4832.94
Hex76324503A2A361572821
Octal1666210507252665275041
Binary111011011001010001010111010101010110110101010111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763245; }

 p { color: rgb(118,50,69); }

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

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

 a { background-color: rgb(118,50,69); }

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

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

 span { border-color: rgb(118,50,69); }

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