#432A20

Color #432A20 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #432A20

Tints of Morocco Brown #432A20

Color information

#432A20 (or 0x432A20) is unknown color: approx Morocco Brown. HEX triplet: 43, 2A and 20. RGB value is (67,42,32). Sum of RGB (Red+Green+Blue) = 67+42+32=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #432A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A20 is #BCD5DF. Grayscale: #303030. Windows color (decimal): -12375520 or 2107971. OLE color: 2107971.

HSL color Cylindrical-coordinate representation of color #432A20: hue angle of 17.14º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432A20 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB674232-
CMYK00.370.520.74
HSL17.14º35.35%19.41%-
HSV(B)17.14º52.24%26.27%-
XYZ3.42.951.76-
YUV48.34118.78141.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=47.52%
G=29.79%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67423200.370.520.7417.1435.3519.41
Hex432A20025344A112313
Octal103524004564112214323
Binary1000011101010100000010010111010010010101000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432A20; }

 p { color: rgb(67,42,32); }

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

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

 a { background-color: rgb(67,42,32); }

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

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

 span { border-color: rgb(67,42,32); }

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