#834653

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

Shades of Camelot #834653

Tints of Camelot #834653

Color information

#834653 (or 0x834653) is unknown color: approx Camelot. HEX triplet: 83, 46 and 53. RGB value is (131,70,83). Sum of RGB (Red+Green+Blue) = 131+70+83=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #834653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834653 is #7CB9AC. Grayscale: #595959. Windows color (decimal): -8173997 or 5457539. OLE color: 5457539.

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

Color convert

RGB1317083-
CMYK00.470.370.49
HSL347.21º30.35%39.41%-
HSV(B)347.21º46.56%51.37%-
XYZ13.119.839.39-
YUV89.72124.21157.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=46.13%
G=24.65%
B=29.23%

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
Decimal131708300.470.370.49347.2130.3539.41
Hex83465302F253115b1e27
Octal20310612305745615333647
Binary1000001110001101010011010111110010111000110101101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834653; }

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

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

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

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

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

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

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

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