Html Css Color HEX #743847 Camelot

📋 copy color: '#743847'

red 116 ◦ green 56 ◦ blue 71

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

Shades of Camelot #743847

Tints of Camelot #743847

RGB

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

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

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

R = 47.74%
G = 23.05%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#743847 (or 0x743847) is known color: Camelot. HEX triplet: 74, 38 and 47. RGB value is (116,56,71). Sum of RGB (Red+Green+Blue) = 116+56+71=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #743847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743847 is #8BC7B8. Grayscale: #4B4B4B. Windows color (decimal): -9160633 or 4667508. OLE color: 4667508.

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

Color convert

RGB 116 56 71 -
CMYK 0 0.52 0.39 0.55
HSL 345º 0.35% 0.34% -
HSV(B) 345º 0.52% 0.45% -
XYZ 9.75 7 6.8 -
YUV 75.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 116 56 71 0 0.52 0.39 0.55 345 0.35 0.34
Hex 74 38 47 0 34 27 37 159 23 22
Octal 164 70 107 0 64 47 67 531 43 42
Binary 1110100 111000 1000111 0 110100 100111 110111 101011001 100011 100010

Color Harmonies of #743847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743847

Black with #743847

Text Example


Text Example

White with #743847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743847; }

 p { color: rgb(116,56,71); }

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

background-color css

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

 a { background-color: rgb(116,56,71); }

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

border-color css

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

 span { border-color: rgb(116,56,71); }

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