#532D26

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

Shades of Moccaccino #532D26

Tints of Moccaccino #532D26

Color information

#532D26 (or 0x532D26) is unknown color: approx Moccaccino. HEX triplet: 53, 2D and 26. RGB value is (83,45,38). Sum of RGB (Red+Green+Blue) = 83+45+38=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #532D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D26 is #ACD2D9. Grayscale: #373737. Windows color (decimal): -11326170 or 2501971. OLE color: 2501971.

HSL color Cylindrical-coordinate representation of color #532D26: hue angle of 9.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532D26 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB834538-
CMYK00.460.540.67
HSL9.33º37.19%23.73%-
HSV(B)9.33º54.22%32.55%-
XYZ4.863.862.32-
YUV55.56118.09147.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=50%
G=27.11%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83453800.460.540.679.3337.1923.73
Hex532D2602E364392518
Octal123554605666103114530
Binary101001110110110011001011101101101000011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532D26; }

 p { color: rgb(83,45,38); }

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

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

 a { background-color: rgb(83,45,38); }

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

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

 span { border-color: rgb(83,45,38); }

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