#834553

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

Shades of Camelot #834553

Tints of Camelot #834553

Color information

#834553 (or 0x834553) is unknown color: approx Camelot. HEX triplet: 83, 45 and 53. RGB value is (131,69,83). Sum of RGB (Red+Green+Blue) = 131+69+83=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834553 is #7CBAAC. Grayscale: #595959. Windows color (decimal): -8174253 or 5457283. OLE color: 5457283.

HSL color Cylindrical-coordinate representation of color #834553: hue angle of 346.45º 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 #834553 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1316983-
CMYK00.470.370.49
HSL346.45º31%39.22%-
HSV(B)346.45º47.33%51.37%-
XYZ13.059.719.37-
YUV89.13124.54157.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=46.29%
G=24.38%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131698300.470.370.49346.453139.22
Hex83455302F253115a1f27
Octal20310512305745615323747
Binary1000001110001011010011010111110010111000110101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834553; }

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

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

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

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

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

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

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

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