#834256

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

Shades of Camelot #834256

Tints of Camelot #834256

Color information

#834256 (or 0x834256) is unknown color: approx Camelot. HEX triplet: 83, 42 and 56. RGB value is (131,66,86). Sum of RGB (Red+Green+Blue) = 131+66+86=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834256 is #7CBDA9. Grayscale: #575757. Windows color (decimal): -8175018 or 5653123. OLE color: 5653123.

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

Color convert

RGB1316686-
CMYK00.500.340.49
HSL341.54º32.99%38.63%-
HSV(B)341.54º49.62%51.37%-
XYZ12.999.399.93-
YUV87.72127.03158.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=46.29%
G=23.32%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131668600.500.340.49341.5432.9938.63
Hex83425603222311562127
Octal20310212606242615264147
Binary10000011100001010101100110010100010110001101010110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834256; }

 p { color: rgb(131,66,86); }

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

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

 a { background-color: rgb(131,66,86); }

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

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

 span { border-color: rgb(131,66,86); }

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