#773545

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

Shades of Camelot #773545

Tints of Camelot #773545

Color information

#773545 (or 0x773545) is unknown color: approx Camelot. HEX triplet: 77, 35 and 45. RGB value is (119,53,69). Sum of RGB (Red+Green+Blue) = 119+53+69=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773545 is #88CABA. Grayscale: #4A4A4A. Windows color (decimal): -8964795 or 4535671. OLE color: 4535671.

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

Color convert

RGB1195369-
CMYK00.550.420.53
HSL345.45º38.37%33.73%-
HSV(B)345.45º55.46%46.67%-
XYZ9.966.96.44-
YUV74.56124.87159.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=49.38%
G=21.99%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119536900.550.420.53345.4538.3733.73
Hex7735450372A351592622
Octal1676510506752655314642
Binary111011111010110001010110111101010110101101011001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773545; }

 p { color: rgb(119,53,69); }

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

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

 a { background-color: rgb(119,53,69); }

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

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

 span { border-color: rgb(119,53,69); }

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