#432D20

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

Shades of Morocco Brown #432D20

Tints of Morocco Brown #432D20

Color information

#432D20 (or 0x432D20) is unknown color: approx Morocco Brown. HEX triplet: 43, 2D and 20. RGB value is (67,45,32). Sum of RGB (Red+Green+Blue) = 67+45+32=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #432D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432D20 is #BCD2DF. Grayscale: #323232. Windows color (decimal): -12374752 or 2108739. OLE color: 2108739.

HSL color Cylindrical-coordinate representation of color #432D20: hue angle of 22.29º 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 #432D20 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB674532-
CMYK00.330.520.74
HSL22.29º35.35%19.41%-
HSV(B)22.29º52.24%26.27%-
XYZ3.513.171.79-
YUV50.1117.79140.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=46.53%
G=31.25%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67453200.330.520.7422.2935.3519.41
Hex432D20021344A162313
Octal103554004164112264323
Binary1000011101101100000010000111010010010101011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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