Html Css Color HEX #753F49 Camelot

📋 copy color: '#753F49'

red 117 ◦ green 63 ◦ blue 73

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

Shades of Camelot #753F49

Tints of Camelot #753F49

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 46.25%
G = 24.9%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753F49 (or 0x753F49) is known color: Camelot. HEX triplet: 75, 3F and 49. RGB value is (117,63,73). Sum of RGB (Red+Green+Blue) = 117+63+73=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F49 is #8AC0B6. Grayscale: #505050. Windows color (decimal): -9093303 or 4800373. OLE color: 4800373.

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

Color convert

RGB 117 63 73 -
CMYK 0 0.46 0.38 0.54
HSL 348.89º 0.3% 0.35% -
HSV(B) 348.89º 0.46% 0.46% -
XYZ 10.32 7.82 7.27 -
YUV 80.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 117 63 73 0 0.46 0.38 0.54 348.89 0.3 0.35
Hex 75 3F 49 0 2E 26 36 15D 1E 23
Octal 165 77 111 0 56 46 66 535 36 43
Binary 1110101 111111 1001001 0 101110 100110 110110 101011101 11110 100011

Color Harmonies of #753F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F49

Black with #753F49

Text Example


Text Example

White with #753F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F49; }

 p { color: rgb(117,63,73); }

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

background-color css

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

 a { background-color: rgb(117,63,73); }

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

border-color css

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

 span { border-color: rgb(117,63,73); }

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