#873845

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

Shades of Camelot #873845

Tints of Camelot #873845

Color information

#873845 (or 0x873845) is unknown color: approx Camelot. HEX triplet: 87, 38 and 45. RGB value is (135,56,69). Sum of RGB (Red+Green+Blue) = 135+56+69=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #873845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873845 is #78C7BA. Grayscale: #515151. Windows color (decimal): -7915451 or 4536455. OLE color: 4536455.

HSL color Cylindrical-coordinate representation of color #873845: hue angle of 350.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873845 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1355669-
CMYK00.590.490.47
HSL350.13º41.36%37.45%-
HSV(B)350.13º58.52%52.94%-
XYZ12.488.416.6-
YUV81.1121.17166.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=51.92%
G=21.54%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135566900.590.490.47350.1341.3637.45
Hex87384503B312F15e2925
Octal2077010507361575365145
Binary1000011111100010001010111011110001101111101011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873845; }

 p { color: rgb(135,56,69); }

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

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

 a { background-color: rgb(135,56,69); }

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

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

 span { border-color: rgb(135,56,69); }

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