#783A48

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

Shades of Camelot #783A48

Tints of Camelot #783A48

Color information

#783A48 (or 0x783A48) is unknown color: approx Camelot. HEX triplet: 78, 3A and 48. RGB value is (120,58,72). Sum of RGB (Red+Green+Blue) = 120+58+72=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #783A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A48 is #87C5B7. Grayscale: #4E4E4E. Windows color (decimal): -8897976 or 4733560. OLE color: 4733560.

HSL color Cylindrical-coordinate representation of color #783A48: hue angle of 346.45º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A48 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1205872-
CMYK00.520.400.53
HSL346.45º34.83%34.9%-
HSV(B)346.45º51.67%47.06%-
XYZ10.437.497.03-
YUV78.13124.54157.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=48%
G=23.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120587200.520.400.53346.4534.8334.9
Hex783A48034283515a2323
Octal1707211006450655324343
Binary111100011101010010000110100101000110101101011010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783A48; }

 p { color: rgb(120,58,72); }

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

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

 a { background-color: rgb(120,58,72); }

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

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

 span { border-color: rgb(120,58,72); }

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