#843749

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

Shades of Camelot #843749

Tints of Camelot #843749

Color information

#843749 (or 0x843749) is unknown color: approx Camelot. HEX triplet: 84, 37 and 49. RGB value is (132,55,73). Sum of RGB (Red+Green+Blue) = 132+55+73=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #843749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843749 is #7BC8B6. Grayscale: #505050. Windows color (decimal): -8112311 or 4798340. OLE color: 4798340.

HSL color Cylindrical-coordinate representation of color #843749: hue angle of 345.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843749 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1325573-
CMYK00.580.450.48
HSL345.97º41.18%36.67%-
HSV(B)345.97º58.33%51.76%-
XYZ12.088.127.23-
YUV80.07124.01165.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=50.77%
G=21.15%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132557300.580.450.48345.9741.1836.67
Hex84374903A2D3015a2925
Octal2046711107255605325145
Binary1000010011011110010010111010101101110000101011010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843749; }

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

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

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

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

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

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

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

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