#84404B

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

Shades of Camelot #84404B

Tints of Camelot #84404B

Color information

#84404B (or 0x84404B) is unknown color: approx Camelot. HEX triplet: 84, 40 and 4B. RGB value is (132,64,75). Sum of RGB (Red+Green+Blue) = 132+64+75=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84404B is #7BBFB4. Grayscale: #555555. Windows color (decimal): -8110005 or 4931716. OLE color: 4931716.

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

Color convert

RGB1326475-
CMYK00.520.430.48
HSL350.29º34.69%38.43%-
HSV(B)350.29º51.52%51.76%-
XYZ12.629.087.74-
YUV85.59122.03161.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=48.71%
G=23.62%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132647500.520.430.48350.2934.6938.43
Hex84404B0342B3015e2326
Octal20410011306453605364346
Binary10000100100000010010110110100101011110000101011110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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