#84394C

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

Shades of Camelot #84394C

Tints of Camelot #84394C

Color information

#84394C (or 0x84394C) is unknown color: approx Camelot. HEX triplet: 84, 39 and 4C. RGB value is (132,57,76). Sum of RGB (Red+Green+Blue) = 132+57+76=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84394C is #7BC6B3. Grayscale: #515151. Windows color (decimal): -8111796 or 4995460. OLE color: 4995460.

HSL color Cylindrical-coordinate representation of color #84394C: hue angle of 344.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84394C is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1325776-
CMYK00.570.420.48
HSL344.8º39.68%37.06%-
HSV(B)344.8º56.82%51.76%-
XYZ12.288.357.8-
YUV81.59124.85163.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=49.81%
G=21.51%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132577600.570.420.48344.839.6837.06
Hex84394C0392A301592825
Octal2047111407152605315045
Binary1000010011100110011000111001101010110000101011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84394C; }

 p { color: rgb(132,57,76); }

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

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

 a { background-color: rgb(132,57,76); }

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

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

 span { border-color: rgb(132,57,76); }

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