#843644

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

Shades of Camelot #843644

Tints of Camelot #843644

Color information

#843644 (or 0x843644) is unknown color: approx Camelot. HEX triplet: 84, 36 and 44. RGB value is (132,54,68). Sum of RGB (Red+Green+Blue) = 132+54+68=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #843644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843644 is #7BC9BB. Grayscale: #4E4E4E. Windows color (decimal): -8112572 or 4470404. OLE color: 4470404.

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

Color convert

RGB1325468-
CMYK00.590.480.48
HSL349.23º41.94%36.47%-
HSV(B)349.23º59.09%51.76%-
XYZ11.887.966.38-
YUV78.92121.84165.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=51.97%
G=21.26%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132546800.590.480.48349.2341.9436.47
Hex84364403B303015d2a24
Octal2046610407360605355244
Binary1000010011011010001000111011110000110000101011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843644; }

 p { color: rgb(132,54,68); }

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

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

 a { background-color: rgb(132,54,68); }

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

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

 span { border-color: rgb(132,54,68); }

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