#833748

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

Shades of Camelot #833748

Tints of Camelot #833748

Color information

#833748 (or 0x833748) is unknown color: approx Camelot. HEX triplet: 83, 37 and 48. RGB value is (131,55,72). Sum of RGB (Red+Green+Blue) = 131+55+72=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #833748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833748 is #7CC8B7. Grayscale: #4F4F4F. Windows color (decimal): -8177848 or 4732803. OLE color: 4732803.

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

Color convert

RGB1315572-
CMYK00.580.450.49
HSL346.58º40.86%36.47%-
HSV(B)346.58º58.02%51.37%-
XYZ11.98.037.05-
YUV79.66123.68164.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=50.78%
G=21.32%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131557200.580.450.49346.5840.8636.47
Hex83374803A2D3115b2924
Octal2036711007255615335144
Binary1000001111011110010000111010101101110001101011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833748; }

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

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

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

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

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

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

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

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