#883245

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

Shades of Camelot #883245

Tints of Camelot #883245

Color information

#883245 (or 0x883245) is unknown color: approx Camelot. HEX triplet: 88, 32 and 45. RGB value is (136,50,69). Sum of RGB (Red+Green+Blue) = 136+50+69=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #883245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883245 is #77CDBA. Grayscale: #4D4D4D. Windows color (decimal): -7851451 or 4534920. OLE color: 4534920.

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

Color convert

RGB1365069-
CMYK00.630.490.47
HSL346.74º46.24%36.47%-
HSV(B)346.74º63.24%53.33%-
XYZ12.377.956.51-
YUV77.88122.99169.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=53.33%
G=19.61%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136506900.630.490.47346.7446.2436.47
Hex88324503F312F15b2e24
Octal2106210507761575335644
Binary1000100011001010001010111111110001101111101011011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883245; }

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

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

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

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

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

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

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

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