#843648

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

Shades of Camelot #843648

Tints of Camelot #843648

Color information

#843648 (or 0x843648) is unknown color: approx Camelot. HEX triplet: 84, 36 and 48. RGB value is (132,54,72). Sum of RGB (Red+Green+Blue) = 132+54+72=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #843648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843648 is #7BC9B7. Grayscale: #4F4F4F. Windows color (decimal): -8112568 or 4732548. OLE color: 4732548.

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

Color convert

RGB1325472-
CMYK00.590.450.48
HSL346.15º41.94%36.47%-
HSV(B)346.15º59.09%51.76%-
XYZ128.017.04-
YUV79.37123.84165.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=51.16%
G=20.93%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132547200.590.450.48346.1541.9436.47
Hex84364803B2D3015a2a24
Octal2046611007355605325244
Binary1000010011011010010000111011101101110000101011010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843648; }

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

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

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

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

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

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

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

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