Html Css Color HEX #753848 Camelot

📋 copy color: '#753848'

red 117 ◦ green 56 ◦ blue 72

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

Shades of Camelot #753848

Tints of Camelot #753848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 47.76%
G = 22.86%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753848 (or 0x753848) is known color: Camelot. HEX triplet: 75, 38 and 48. RGB value is (117,56,72). Sum of RGB (Red+Green+Blue) = 117+56+72=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #753848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753848 is #8AC7B7. Grayscale: #4C4C4C. Windows color (decimal): -9095096 or 4733045. OLE color: 4733045.

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

Color convert

RGB 117 56 72 -
CMYK 0 0.52 0.38 0.54
HSL 344.26º 0.35% 0.34% -
HSV(B) 344.26º 0.52% 0.46% -
XYZ 9.92 7.08 6.97 -
YUV 76.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 117 56 72 0 0.52 0.38 0.54 344.26 0.35 0.34
Hex 75 38 48 0 34 26 36 158 23 22
Octal 165 70 110 0 64 46 66 530 43 42
Binary 1110101 111000 1001000 0 110100 100110 110110 101011000 100011 100010

Color Harmonies of #753848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753848

Black with #753848

Text Example


Text Example

White with #753848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753848; }

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

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

background-color css

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

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

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

border-color css

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

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

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