#533130

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

Shades of Moccaccino #533130

Tints of Moccaccino #533130

Color information

#533130 (or 0x533130) is unknown color: approx Moccaccino. HEX triplet: 53, 31 and 30. RGB value is (83,49,48). Sum of RGB (Red+Green+Blue) = 83+49+48=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #533130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533130 is #ACCECF. Grayscale: #3B3B3B. Windows color (decimal): -11325136 or 3158355. OLE color: 3158355.

HSL color Cylindrical-coordinate representation of color #533130: hue angle of 1.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533130 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB834948-
CMYK00.410.420.67
HSL1.71º26.72%25.69%-
HSV(B)1.71º42.17%32.55%-
XYZ5.24.253.34-
YUV59.05121.76145.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 48 (19.14% from 255) = 26.67%
R=46.11%
G=27.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83494800.410.420.671.7126.7225.69
Hex5331300292A4321b1a
Octal12361600515210323332
Binary101001111000111000001010011010101000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533130; }

 p { color: rgb(83,49,48); }

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

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

 a { background-color: rgb(83,49,48); }

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

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

 span { border-color: rgb(83,49,48); }

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