#843949

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

Shades of Camelot #843949

Tints of Camelot #843949

Color information

#843949 (or 0x843949) is unknown color: approx Camelot. HEX triplet: 84, 39 and 49. RGB value is (132,57,73). Sum of RGB (Red+Green+Blue) = 132+57+73=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #843949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843949 is #7BC6B6. Grayscale: #515151. Windows color (decimal): -8111799 or 4798852. OLE color: 4798852.

HSL color Cylindrical-coordinate representation of color #843949: hue angle of 347.2º 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 #843949 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1325773-
CMYK00.570.450.48
HSL347.2º39.68%37.06%-
HSV(B)347.2º56.82%51.76%-
XYZ12.188.317.27-
YUV81.25123.35164.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=50.38%
G=21.76%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132577300.570.450.48347.239.6837.06
Hex8439490392D3015b2825
Octal2047111107155605335045
Binary1000010011100110010010111001101101110000101011011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843949; }

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

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

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

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

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

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

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

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