Html Css Color HEX #753D47 Camelot

📋 copy color: '#753D47'

red 117 ◦ green 61 ◦ blue 71

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

Shades of Camelot #753D47

Tints of Camelot #753D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 46.99%
G = 24.5%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#753D47 (or 0x753D47) is known color: Camelot. HEX triplet: 75, 3D and 47. RGB value is (117,61,71). Sum of RGB (Red+Green+Blue) = 117+61+71=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D47 is #8AC2B8. Grayscale: #4E4E4E. Windows color (decimal): -9093817 or 4668789. OLE color: 4668789.

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

Color convert

RGB 117 61 71 -
CMYK 0 0.48 0.39 0.54
HSL 349.29º 0.31% 0.35% -
HSV(B) 349.29º 0.48% 0.46% -
XYZ 10.14 7.57 6.89 -
YUV 78.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 117 61 71 0 0.48 0.39 0.54 349.29 0.31 0.35
Hex 75 3D 47 0 30 27 36 15D 1F 23
Octal 165 75 107 0 60 47 66 535 37 43
Binary 1110101 111101 1000111 0 110000 100111 110110 101011101 11111 100011

Color Harmonies of #753D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D47

Black with #753D47

Text Example


Text Example

White with #753D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,71); }

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

background-color css

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

 a { background-color: rgb(117,61,71); }

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

border-color css

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

 span { border-color: rgb(117,61,71); }

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