#843948

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

Shades of Camelot #843948

Tints of Camelot #843948

Color information

#843948 (or 0x843948) is unknown color: approx Camelot. HEX triplet: 84, 39 and 48. RGB value is (132,57,72). Sum of RGB (Red+Green+Blue) = 132+57+72=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #843948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843948 is #7BC6B7. Grayscale: #515151. Windows color (decimal): -8111800 or 4733316. OLE color: 4733316.

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

Color convert

RGB1325772-
CMYK00.570.450.48
HSL348º39.68%37.06%-
HSV(B)348º56.82%51.76%-
XYZ12.158.37.09-
YUV81.13122.85164.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=50.57%
G=21.84%
B=27.59%

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
Decimal132577200.570.450.4834839.6837.06
Hex8439480392D3015c2825
Octal2047111007155605345045
Binary1000010011100110010000111001101101110000101011100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843948; }

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

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

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

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

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

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

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

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