Html Css Color HEX #753E48 Camelot

📋 copy color: '#753E48'

red 117 ◦ green 62 ◦ blue 72

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

Shades of Camelot #753E48

Tints of Camelot #753E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

 BLUE value IS 72 (28.52% from 255) = 28.69%

R = 46.61%
G = 24.7%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753E48 (or 0x753E48) is known color: Camelot. HEX triplet: 75, 3E and 48. RGB value is (117,62,72). Sum of RGB (Red+Green+Blue) = 117+62+72=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E48 is #8AC1B7. Grayscale: #4F4F4F. Windows color (decimal): -9093560 or 4734581. OLE color: 4734581.

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

Color convert

RGB 117 62 72 -
CMYK 0 0.47 0.38 0.54
HSL 349.09º 0.31% 0.35% -
HSV(B) 349.09º 0.47% 0.46% -
XYZ 10.23 7.7 7.08 -
YUV 79.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 117 62 72 0 0.47 0.38 0.54 349.09 0.31 0.35
Hex 75 3E 48 0 2F 26 36 15D 1F 23
Octal 165 76 110 0 57 46 66 535 37 43
Binary 1110101 111110 1001000 0 101111 100110 110110 101011101 11111 100011

Color Harmonies of #753E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E48

Black with #753E48

Text Example


Text Example

White with #753E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,62,72); }

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

background-color css

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

 a { background-color: rgb(117,62,72); }

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

border-color css

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

 span { border-color: rgb(117,62,72); }

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