#883952

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

Shades of Camelot #883952

Tints of Camelot #883952

Color information

#883952 (or 0x883952) is unknown color: approx Camelot. HEX triplet: 88, 39 and 52. RGB value is (136,57,82). Sum of RGB (Red+Green+Blue) = 136+57+82=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #883952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883952 is #77C6AD. Grayscale: #535353. Windows color (decimal): -7849646 or 5388680. OLE color: 5388680.

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

Color convert

RGB1365782-
CMYK00.580.400.47
HSL341.01º40.93%37.84%-
HSV(B)341.01º58.09%53.33%-
XYZ13.148.778.98-
YUV83.47127.17165.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=49.45%
G=20.73%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136578200.580.400.47341.0140.9337.84
Hex88395203A282F1552926
Octal2107112207250575255146
Binary1000100011100110100100111010101000101111101010101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883952; }

 p { color: rgb(136,57,82); }

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

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

 a { background-color: rgb(136,57,82); }

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

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

 span { border-color: rgb(136,57,82); }

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