Html Css Color HEX #753946 Camelot

📋 copy color: '#753946'

red 117 ◦ green 57 ◦ blue 70

#753946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #753946

Tints of Camelot #753946

RGB

 RED value IS 117 (46.09% from 255) = 47.95%

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 70 (27.73% from 255) = 28.69%

R = 47.95%
G = 23.36%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#753946 (or 0x753946) is known color: Camelot. HEX triplet: 75, 39 and 46. RGB value is (117,57,70). Sum of RGB (Red+Green+Blue) = 117+57+70=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753946 is #8AC6B9. Grayscale: #4C4C4C. Windows color (decimal): -9094842 or 4602229. OLE color: 4602229.

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

Color convert

RGB 117 57 70 -
CMYK 0 0.51 0.40 0.54
HSL 347º 0.34% 0.34% -
HSV(B) 347º 0.51% 0.46% -
XYZ 9.9 7.15 6.65 -
YUV 76.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 117 57 70 0 0.51 0.40 0.54 347 0.34 0.34
Hex 75 39 46 0 33 28 36 15B 22 22
Octal 165 71 106 0 63 50 66 533 42 42
Binary 1110101 111001 1000110 0 110011 101000 110110 101011011 100010 100010

Color Harmonies of #753946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753946

Black with #753946

Text Example


Text Example

White with #753946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753946; }

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

 H1.HeaderClassName
 {
   color: #753946;
 }
 .AnyTagClassName
 {
   color: #753946;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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