#833D49

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

Shades of Camelot #833D49

Tints of Camelot #833D49

Color information

#833D49 (or 0x833D49) is unknown color: approx Camelot. HEX triplet: 83, 3D and 49. RGB value is (131,61,73). Sum of RGB (Red+Green+Blue) = 131+61+73=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #833D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D49 is #7CC2B6. Grayscale: #535353. Windows color (decimal): -8176311 or 4799875. OLE color: 4799875.

HSL color Cylindrical-coordinate representation of color #833D49: hue angle of 349.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833D49 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1316173-
CMYK00.530.440.49
HSL349.71º36.46%37.65%-
HSV(B)349.71º53.44%51.37%-
XYZ12.238.647.33-
YUV83.3122.19162.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 61 (24.22% from 255) = 23.02%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=49.43%
G=23.02%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131617300.530.440.49349.7136.4637.65
Hex833D490352C3115e2426
Octal2037511106554615364446
Binary1000001111110110010010110101101100110001101011110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833D49; }

 p { color: rgb(131,61,73); }

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

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

 a { background-color: rgb(131,61,73); }

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

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

 span { border-color: rgb(131,61,73); }

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