#75394A

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

Shades of Camelot #75394A

Tints of Camelot #75394A

Color information

#75394A (or 0x75394A) is unknown color: approx Camelot. HEX triplet: 75, 39 and 4A. RGB value is (117,57,74). Sum of RGB (Red+Green+Blue) = 117+57+74=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75394A is #8AC6B5. Grayscale: #4C4C4C. Windows color (decimal): -9094838 or 4864373. OLE color: 4864373.

HSL color Cylindrical-coordinate representation of color #75394A: hue angle of 343º 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 #75394A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1175774-
CMYK00.510.370.54
HSL343º34.48%34.12%-
HSV(B)343º51.28%45.88%-
XYZ10.047.27.34-
YUV76.88126.38156.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=47.18%
G=22.98%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117577400.510.370.5434334.4834.12
Hex75394A03325361572222
Octal1657111206345665274242
Binary111010111100110010100110011100101110110101010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75394A; }

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

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

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

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

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

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

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

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