#843845

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

Shades of Camelot #843845

Tints of Camelot #843845

Color information

#843845 (or 0x843845) is unknown color: approx Camelot. HEX triplet: 84, 38 and 45. RGB value is (132,56,69). Sum of RGB (Red+Green+Blue) = 132+56+69=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #843845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843845 is #7BC7BA. Grayscale: #505050. Windows color (decimal): -8112059 or 4536452. OLE color: 4536452.

HSL color Cylindrical-coordinate representation of color #843845: hue angle of 349.74º degrees, saturation: 0.4, 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 #843845 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1325669-
CMYK00.580.480.48
HSL349.74º40.43%36.86%-
HSV(B)349.74º57.58%51.76%-
XYZ128.166.57-
YUV80.21121.68164.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=51.36%
G=21.79%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132566900.580.480.48349.7440.4336.86
Hex84384503A303015e2825
Octal2047010507260605365045
Binary1000010011100010001010111010110000110000101011110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843845; }

 p { color: rgb(132,56,69); }

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

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

 a { background-color: rgb(132,56,69); }

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

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

 span { border-color: rgb(132,56,69); }

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