Html Css Color HEX #753544 Camelot

📋 copy color: '#753544'

red 117 ◦ green 53 ◦ blue 68

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

Shades of Camelot #753544

Tints of Camelot #753544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 49.16%
G = 22.27%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#753544 (or 0x753544) is known color: Camelot. HEX triplet: 75, 35 and 44. RGB value is (117,53,68). Sum of RGB (Red+Green+Blue) = 117+53+68=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #753544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753544 is #8ACABB. Grayscale: #494949. Windows color (decimal): -9095868 or 4470133. OLE color: 4470133.

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

Color convert

RGB 117 53 68 -
CMYK 0 0.55 0.42 0.54
HSL 345.94º 0.38% 0.33% -
HSV(B) 345.94º 0.55% 0.46% -
XYZ 9.65 6.75 6.26 -
YUV 73.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 117 53 68 0 0.55 0.42 0.54 345.94 0.38 0.33
Hex 75 35 44 0 37 2A 36 15A 26 21
Octal 165 65 104 0 67 52 66 532 46 41
Binary 1110101 110101 1000100 0 110111 101010 110110 101011010 100110 100001

Color Harmonies of #753544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753544

Black with #753544

Text Example


Text Example

White with #753544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753544; }

 p { color: rgb(117,53,68); }

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

background-color css

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

 a { background-color: rgb(117,53,68); }

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

border-color css

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

 span { border-color: rgb(117,53,68); }

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