#753945

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

Shades of Camelot #753945

Tints of Camelot #753945

Color information

#753945 (or 0x753945) is unknown color: approx Camelot. HEX triplet: 75, 39 and 45. RGB value is (117,57,69). Sum of RGB (Red+Green+Blue) = 117+57+69=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #753945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753945 is #8AC6BA. Grayscale: #4C4C4C. Windows color (decimal): -9094843 or 4536693. OLE color: 4536693.

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

Color convert

RGB1175769-
CMYK00.510.410.54
HSL348º34.48%34.12%-
HSV(B)348º51.28%45.88%-
XYZ9.877.146.49-
YUV76.31123.88157.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=48.15%
G=23.46%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117576900.510.410.5434834.4834.12
Hex753945033293615c2222
Octal1657110506351665344242
Binary111010111100110001010110011101001110110101011100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753945; }

 p { color: rgb(117,57,69); }

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

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

 a { background-color: rgb(117,57,69); }

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

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

 span { border-color: rgb(117,57,69); }

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