#834352

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

Shades of Camelot #834352

Tints of Camelot #834352

Color information

#834352 (or 0x834352) is unknown color: approx Camelot. HEX triplet: 83, 43 and 52. RGB value is (131,67,82). Sum of RGB (Red+Green+Blue) = 131+67+82=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #834352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834352 is #7CBCAD. Grayscale: #575757. Windows color (decimal): -8174766 or 5391235. OLE color: 5391235.

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

Color convert

RGB1316782-
CMYK00.490.370.49
HSL345.94º32.32%38.82%-
HSV(B)345.94º48.85%51.37%-
XYZ12.899.459.13-
YUV87.85124.7158.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=46.79%
G=23.93%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131678200.490.370.49345.9432.3238.82
Hex834352031253115a2027
Octal20310312206145615324047
Binary10000011100001110100100110001100101110001101011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834352; }

 p { color: rgb(131,67,82); }

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

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

 a { background-color: rgb(131,67,82); }

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

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

 span { border-color: rgb(131,67,82); }

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