Html Css Color HEX #753A45 Camelot

📋 copy color: '#753A45'

red 117 ◦ green 58 ◦ blue 69

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

Shades of Camelot #753A45

Tints of Camelot #753A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 69 (27.34% from 255) = 28.28%

R = 47.95%
G = 23.77%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#753A45 (or 0x753A45) is known color: Camelot. HEX triplet: 75, 3A and 45. RGB value is (117,58,69). Sum of RGB (Red+Green+Blue) = 117+58+69=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A45 is #8AC5BA. Grayscale: #4C4C4C. Windows color (decimal): -9094587 or 4536949. OLE color: 4536949.

HSL color Cylindrical-coordinate representation of color #753A45: hue angle of 348.81º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A45 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 58 69 -
CMYK 0 0.50 0.41 0.54
HSL 348.81º 0.34% 0.34% -
HSV(B) 348.81º 0.5% 0.46% -
XYZ 9.92 7.24 6.5 -
YUV 76.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 117 58 69 0 0.50 0.41 0.54 348.81 0.34 0.34
Hex 75 3A 45 0 32 29 36 15D 22 22
Octal 165 72 105 0 62 51 66 535 42 42
Binary 1110101 111010 1000101 0 110010 101001 110110 101011101 100010 100010

Color Harmonies of #753A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A45

Black with #753A45

Text Example


Text Example

White with #753A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,69); }

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

background-color css

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

 a { background-color: rgb(117,58,69); }

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

border-color css

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

 span { border-color: rgb(117,58,69); }

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