#803748

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

Shades of Camelot #803748

Tints of Camelot #803748

Color information

#803748 (or 0x803748) is unknown color: approx Camelot. HEX triplet: 80, 37 and 48. RGB value is (128,55,72). Sum of RGB (Red+Green+Blue) = 128+55+72=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #803748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803748 is #7FC8B7. Grayscale: #4E4E4E. Windows color (decimal): -8374456 or 4732800. OLE color: 4732800.

HSL color Cylindrical-coordinate representation of color #803748: hue angle of 346.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803748 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB1285572-
CMYK00.570.440.50
HSL346.03º39.89%35.88%-
HSV(B)346.03º57.03%50.2%-
XYZ11.447.797.03-
YUV78.76124.18163.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=50.20%
G=21.57%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128557200.570.440.50346.0339.8935.88
Hex8037480392C3215a2824
Octal2006711007154625325044
Binary1000000011011110010000111001101100110010101011010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803748; }

 p { color: rgb(128,55,72); }

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

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

 a { background-color: rgb(128,55,72); }

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

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

 span { border-color: rgb(128,55,72); }

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