#883342

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

Shades of Camelot #883342

Tints of Camelot #883342

Color information

#883342 (or 0x883342) is unknown color: approx Camelot. HEX triplet: 88, 33 and 42. RGB value is (136,51,66). Sum of RGB (Red+Green+Blue) = 136+51+66=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883342 is #77CCBD. Grayscale: #4E4E4E. Windows color (decimal): -7851198 or 4338568. OLE color: 4338568.

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

Color convert

RGB1365166-
CMYK00.620.510.47
HSL349.41º45.45%36.67%-
HSV(B)349.41º62.5%53.33%-
XYZ12.3286.05-
YUV78.12121.16169.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=53.75%
G=20.16%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136516600.620.510.47349.4145.4536.67
Hex88334203E332F15d2d25
Octal2106310207663575355545
Binary1000100011001110000100111110110011101111101011101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883342; }

 p { color: rgb(136,51,66); }

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

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

 a { background-color: rgb(136,51,66); }

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

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

 span { border-color: rgb(136,51,66); }

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