#84404E

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

Shades of Camelot #84404E

Tints of Camelot #84404E

Color information

#84404E (or 0x84404E) is unknown color: approx Camelot. HEX triplet: 84, 40 and 4E. RGB value is (132,64,78). Sum of RGB (Red+Green+Blue) = 132+64+78=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84404E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84404E is #7BBFB1. Grayscale: #555555. Windows color (decimal): -8110002 or 5128324. OLE color: 5128324.

HSL color Cylindrical-coordinate representation of color #84404E: hue angle of 347.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84404E is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1326478-
CMYK00.520.410.48
HSL347.65º34.69%38.43%-
HSV(B)347.65º51.52%51.76%-
XYZ12.729.128.3-
YUV85.93123.53160.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=48.18%
G=23.36%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132647800.520.410.48347.6534.6938.43
Hex84404E034293015c2326
Octal20410011606451605344346
Binary10000100100000010011100110100101001110000101011100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84404E; }

 p { color: rgb(132,64,78); }

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

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

 a { background-color: rgb(132,64,78); }

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

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

 span { border-color: rgb(132,64,78); }

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