#883745

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

Shades of Camelot #883745

Tints of Camelot #883745

Color information

#883745 (or 0x883745) is unknown color: approx Camelot. HEX triplet: 88, 37 and 45. RGB value is (136,55,69). Sum of RGB (Red+Green+Blue) = 136+55+69=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #883745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883745 is #77C8BA. Grayscale: #505050. Windows color (decimal): -7850171 or 4536200. OLE color: 4536200.

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

Color convert

RGB1365569-
CMYK00.600.490.47
HSL349.63º42.41%37.45%-
HSV(B)349.63º59.56%53.33%-
XYZ12.598.46.59-
YUV80.82121.34167.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=52.31%
G=21.15%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136556900.600.490.47349.6342.4137.45
Hex88374503C312F15e2a25
Octal2106710507461575365245
Binary1000100011011110001010111100110001101111101011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883745; }

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

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

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

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

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

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

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

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