#743745

Color #743745 Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #743745

Tints of Camelot #743745

Color information

#743745 (or 0x743745) is unknown color: approx Camelot. HEX triplet: 74, 37 and 45. RGB value is (116,55,69). Sum of RGB (Red+Green+Blue) = 116+55+69=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743745 is #8BC8BA. Grayscale: #4A4A4A. Windows color (decimal): -9160891 or 4536180. OLE color: 4536180.

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

Color convert

RGB1165569-
CMYK00.530.410.55
HSL346.23º35.67%33.53%-
HSV(B)346.23º52.59%45.49%-
XYZ9.646.886.45-
YUV74.83124.71157.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=48.33%
G=22.92%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116556900.530.410.55346.2335.6733.53
Hex743745035293715a2422
Octal1646710506551675324442
Binary111010011011110001010110101101001110111101011010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743745; }

 p { color: rgb(116,55,69); }

 H1.HeaderClassName
 {
   color: #743745;
 }
 .AnyTagClassName
 {
   color: #743745;
 }
</style>
background-color css

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

 a { background-color: rgb(116,55,69); }

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

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

 span { border-color: rgb(116,55,69); }

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