#432F28

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

Shades of Morocco Brown #432F28

Tints of Morocco Brown #432F28

Color information

#432F28 (or 0x432F28) is unknown color: approx Morocco Brown. HEX triplet: 43, 2F and 28. RGB value is (67,47,40). Sum of RGB (Red+Green+Blue) = 67+47+40=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 67 - color contains mainly: red. Hex color #432F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F28 is #BCD0D7. Grayscale: #343434. Windows color (decimal): -12374232 or 2633539. OLE color: 2633539.

HSL color Cylindrical-coordinate representation of color #432F28: hue angle of 15.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #432F28 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB674740-
CMYK00.300.400.74
HSL15.56º25.23%20.98%-
HSV(B)15.56º40.3%26.27%-
XYZ3.713.382.46-
YUV52.18121.13138.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=43.51%
G=30.52%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67474000.300.400.7415.5625.2320.98
Hex432F2801E284A101915
Octal103575003650112203125
Binary10000111011111010000111101010001001010100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,40); }

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

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

 a { background-color: rgb(67,47,40); }

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

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

 span { border-color: rgb(67,47,40); }

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