#753846

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

Shades of Camelot #753846

Tints of Camelot #753846

Color information

#753846 (or 0x753846) is unknown color: approx Camelot. HEX triplet: 75, 38 and 46. RGB value is (117,56,70). Sum of RGB (Red+Green+Blue) = 117+56+70=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #753846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753846 is #8AC7B9. Grayscale: #4B4B4B. Windows color (decimal): -9095098 or 4601973. OLE color: 4601973.

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

Color convert

RGB1175670-
CMYK00.520.400.54
HSL346.23º35.26%33.92%-
HSV(B)346.23º52.14%45.88%-
XYZ9.867.056.64-
YUV75.83124.71157.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=48.15%
G=23.05%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117567000.520.400.54346.2335.2633.92
Hex753846034283615a2322
Octal1657010606450665324342
Binary111010111100010001100110100101000110110101011010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753846; }

 p { color: rgb(117,56,70); }

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

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

 a { background-color: rgb(117,56,70); }

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

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

 span { border-color: rgb(117,56,70); }

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