Html Css Color HEX #753545 Camelot

📋 copy color: '#753545'

red 117 ◦ green 53 ◦ blue 69

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

Shades of Camelot #753545

Tints of Camelot #753545

RGB

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

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

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

R = 48.95%
G = 22.18%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#753545 (or 0x753545) is known color: Camelot. HEX triplet: 75, 35 and 45. RGB value is (117,53,69). Sum of RGB (Red+Green+Blue) = 117+53+69=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753545 is #8ACABA. Grayscale: #494949. Windows color (decimal): -9095867 or 4535669. OLE color: 4535669.

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

Color convert

RGB 117 53 69 -
CMYK 0 0.55 0.41 0.54
HSL 345º 0.38% 0.33% -
HSV(B) 345º 0.55% 0.46% -
XYZ 9.68 6.76 6.42 -
YUV 73.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 117 53 69 0 0.55 0.41 0.54 345 0.38 0.33
Hex 75 35 45 0 37 29 36 159 26 21
Octal 165 65 105 0 67 51 66 531 46 41
Binary 1110101 110101 1000101 0 110111 101001 110110 101011001 100110 100001

Color Harmonies of #753545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753545

Black with #753545

Text Example


Text Example

White with #753545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753545; }

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

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

background-color css

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

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

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

border-color css

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

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

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