#834555

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

Shades of Camelot #834555

Tints of Camelot #834555

Color information

#834555 (or 0x834555) is unknown color: approx Camelot. HEX triplet: 83, 45 and 55. RGB value is (131,69,85). Sum of RGB (Red+Green+Blue) = 131+69+85=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #834555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834555 is #7CBAAA. Grayscale: #595959. Windows color (decimal): -8174251 or 5588355. OLE color: 5588355.

HSL color Cylindrical-coordinate representation of color #834555: hue angle of 344.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834555 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1316985-
CMYK00.470.350.49
HSL344.52º31%39.22%-
HSV(B)344.52º47.33%51.37%-
XYZ13.139.749.78-
YUV89.36125.54157.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=45.96%
G=24.21%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131698500.470.350.49344.523139.22
Hex83455502F23311591f27
Octal20310512505743615313747
Binary1000001110001011010101010111110001111000110101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834555; }

 p { color: rgb(131,69,85); }

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

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

 a { background-color: rgb(131,69,85); }

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

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

 span { border-color: rgb(131,69,85); }

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