#844251

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

Shades of Camelot #844251

Tints of Camelot #844251

Color information

#844251 (or 0x844251) is unknown color: approx Camelot. HEX triplet: 84, 42 and 51. RGB value is (132,66,81). Sum of RGB (Red+Green+Blue) = 132+66+81=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #844251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844251 is #7BBDAE. Grayscale: #575757. Windows color (decimal): -8109487 or 5325444. OLE color: 5325444.

HSL color Cylindrical-coordinate representation of color #844251: hue angle of 346.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844251 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1326681-
CMYK00.50.390.48
HSL346.36º33.33%38.82%-
HSV(B)346.36º50%51.76%-
XYZ12.959.48.92-
YUV87.44124.37159.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=47.31%
G=23.66%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132668100.50.390.48346.3633.3338.82
Hex844251032273015a2127
Octal20410212106247605324147
Binary10000100100001010100010110010100111110000101011010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844251; }

 p { color: rgb(132,66,81); }

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

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

 a { background-color: rgb(132,66,81); }

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

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

 span { border-color: rgb(132,66,81); }

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