Html Css Color HEX #743648 Camelot

📋 copy color: '#743648'

red 116 ◦ green 54 ◦ blue 72

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

Shades of Camelot #743648

Tints of Camelot #743648

RGB

 RED value IS 116 (45.7% from 255) = 47.93%

 GREEN value IS 54 (21.48% from 255) = 22.31%

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

R = 47.93%
G = 22.31%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#743648 (or 0x743648) is known color: Camelot. HEX triplet: 74, 36 and 48. RGB value is (116,54,72). Sum of RGB (Red+Green+Blue) = 116+54+72=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #743648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743648 is #8BC9B7. Grayscale: #4A4A4A. Windows color (decimal): -9161144 or 4732532. OLE color: 4732532.

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

Color convert

RGB 116 54 72 -
CMYK 0 0.53 0.38 0.55
HSL 342.58º 0.36% 0.33% -
HSV(B) 342.58º 0.53% 0.45% -
XYZ 9.69 6.82 6.94 -
YUV 74.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 116 54 72 0 0.53 0.38 0.55 342.58 0.36 0.33
Hex 74 36 48 0 35 26 37 157 24 21
Octal 164 66 110 0 65 46 67 527 44 41
Binary 1110100 110110 1001000 0 110101 100110 110111 101010111 100100 100001

Color Harmonies of #743648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743648

Black with #743648

Text Example


Text Example

White with #743648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743648; }

 p { color: rgb(116,54,72); }

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

background-color css

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

 a { background-color: rgb(116,54,72); }

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

border-color css

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

 span { border-color: rgb(116,54,72); }

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