#833742

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

Shades of Camelot #833742

Tints of Camelot #833742

Color information

#833742 (or 0x833742) is unknown color: approx Camelot. HEX triplet: 83, 37 and 42. RGB value is (131,55,66). Sum of RGB (Red+Green+Blue) = 131+55+66=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #833742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833742 is #7CC8BD. Grayscale: #4F4F4F. Windows color (decimal): -8177854 or 4339587. OLE color: 4339587.

HSL color Cylindrical-coordinate representation of color #833742: hue angle of 351.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833742 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1315566-
CMYK00.580.500.49
HSL351.32º40.86%36.47%-
HSV(B)351.32º58.02%51.37%-
XYZ11.717.956.07-
YUV78.98120.68165.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=51.98%
G=21.83%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131556600.580.500.49351.3240.8636.47
Hex83374203A323115f2924
Octal2036710207262615375144
Binary1000001111011110000100111010110010110001101011111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833742; }

 p { color: rgb(131,55,66); }

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

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

 a { background-color: rgb(131,55,66); }

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

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

 span { border-color: rgb(131,55,66); }

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