#883A45

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

Shades of Camelot #883A45

Tints of Camelot #883A45

Color information

#883A45 (or 0x883A45) is unknown color: approx Camelot. HEX triplet: 88, 3A and 45. RGB value is (136,58,69). Sum of RGB (Red+Green+Blue) = 136+58+69=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #883A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A45 is #77C5BA. Grayscale: #525252. Windows color (decimal): -7849403 or 4536968. OLE color: 4536968.

HSL color Cylindrical-coordinate representation of color #883A45: hue angle of 351.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A45 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1365869-
CMYK00.570.490.47
HSL351.54º40.21%38.04%-
HSV(B)351.54º57.35%53.33%-
XYZ12.748.696.64-
YUV82.58120.34166.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=51.71%
G=22.05%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136586900.570.490.47351.5440.2138.04
Hex883A45039312F1602826
Octal2107210507161575405046
Binary1000100011101010001010111001110001101111101100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883A45; }

 p { color: rgb(136,58,69); }

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

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

 a { background-color: rgb(136,58,69); }

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

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

 span { border-color: rgb(136,58,69); }

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