#432920

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

Shades of Morocco Brown #432920

Tints of Morocco Brown #432920

Color information

#432920 (or 0x432920) is unknown color: approx Morocco Brown. HEX triplet: 43, 29 and 20. RGB value is (67,41,32). Sum of RGB (Red+Green+Blue) = 67+41+32=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #432920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432920 is #BCD6DF. Grayscale: #2F2F2F. Windows color (decimal): -12375776 or 2107715. OLE color: 2107715.

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

Color convert

RGB674132-
CMYK00.390.520.74
HSL15.43º35.35%19.41%-
HSV(B)15.43º52.24%26.27%-
XYZ3.372.881.75-
YUV47.75119.11141.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=47.86%
G=29.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67413200.390.520.7415.4335.3519.41
Hex432920027344Af2313
Octal103514004764112174323
Binary100001110100110000001001111101001001010111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432920; }

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

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

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

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

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

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

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

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