#84404F

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

Shades of Camelot #84404F

Tints of Camelot #84404F

Color information

#84404F (or 0x84404F) is unknown color: approx Camelot. HEX triplet: 84, 40 and 4F. RGB value is (132,64,79). Sum of RGB (Red+Green+Blue) = 132+64+79=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84404F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84404F is #7BBFB0. Grayscale: #565656. Windows color (decimal): -8110001 or 5193860. OLE color: 5193860.

HSL color Cylindrical-coordinate representation of color #84404F: hue angle of 346.76º 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 #84404F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1326479-
CMYK00.520.400.48
HSL346.76º34.69%38.43%-
HSV(B)346.76º51.52%51.76%-
XYZ12.769.148.49-
YUV86.04124.03160.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=48%
G=23.27%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132647900.520.400.48346.7634.6938.43
Hex84404F034283015b2326
Octal20410011706450605334346
Binary10000100100000010011110110100101000110000101011011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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