Html Css Color HEX #723848 Camelot

📋 copy color: '#723848'

red 114 ◦ green 56 ◦ blue 72

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

Shades of Camelot #723848

Tints of Camelot #723848

RGB

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

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

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

R = 47.11%
G = 23.14%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#723848 (or 0x723848) is known color: Camelot. HEX triplet: 72, 38 and 48. RGB value is (114,56,72). Sum of RGB (Red+Green+Blue) = 114+56+72=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #723848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723848 is #8DC7B7. Grayscale: #4B4B4B. Windows color (decimal): -9291704 or 4733042. OLE color: 4733042.

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

Color convert

RGB 114 56 72 -
CMYK 0 0.51 0.37 0.55
HSL 343.45º 0.34% 0.33% -
HSV(B) 343.45º 0.51% 0.45% -
XYZ 9.52 6.87 6.96 -
YUV 75.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 114 56 72 0 0.51 0.37 0.55 343.45 0.34 0.33
Hex 72 38 48 0 33 25 37 157 22 21
Octal 162 70 110 0 63 45 67 527 42 41
Binary 1110010 111000 1001000 0 110011 100101 110111 101010111 100010 100001

Color Harmonies of #723848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723848

Black with #723848

Text Example


Text Example

White with #723848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723848; }

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

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

background-color css

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

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

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

border-color css

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

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

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