Html Css Color HEX #723A49 Camelot

📋 copy color: '#723A49'

red 114 ◦ green 58 ◦ blue 73

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

Shades of Camelot #723A49

Tints of Camelot #723A49

RGB

 RED value IS 114 (44.92% from 255) = 46.53%

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

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 46.53%
G = 23.67%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#723A49 (or 0x723A49) is known color: Camelot. HEX triplet: 72, 3A and 49. RGB value is (114,58,73). Sum of RGB (Red+Green+Blue) = 114+58+73=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #723A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A49 is #8DC5B6. Grayscale: #4C4C4C. Windows color (decimal): -9291191 or 4799090. OLE color: 4799090.

HSL color Cylindrical-coordinate representation of color #723A49: hue angle of 343.93º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #723A49 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 58 73 -
CMYK 0 0.49 0.36 0.55
HSL 343.93º 0.33% 0.34% -
HSV(B) 343.93º 0.49% 0.45% -
XYZ 9.66 7.08 7.16 -
YUV 76.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 114 58 73 0 0.49 0.36 0.55 343.93 0.33 0.34
Hex 72 3A 49 0 31 24 37 158 21 22
Octal 162 72 111 0 61 44 67 530 41 42
Binary 1110010 111010 1001001 0 110001 100100 110111 101011000 100001 100010

Color Harmonies of #723A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A49

Black with #723A49

Text Example


Text Example

White with #723A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723A49; }

 p { color: rgb(114,58,73); }

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

background-color css

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

 a { background-color: rgb(114,58,73); }

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

border-color css

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

 span { border-color: rgb(114,58,73); }

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