#432E1F

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

Shades of Morocco Brown #432E1F

Tints of Morocco Brown #432E1F

Color information

#432E1F (or 0x432E1F) is unknown color: approx Morocco Brown. HEX triplet: 43, 2E and 1F. RGB value is (67,46,31). Sum of RGB (Red+Green+Blue) = 67+46+31=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #432E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E1F is #BCD1E0. Grayscale: #323232. Windows color (decimal): -12374497 or 2043459. OLE color: 2043459.

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

Color convert

RGB674631-
CMYK00.310.540.74
HSL25º36.73%19.22%-
HSV(B)25º53.73%26.27%-
XYZ3.543.251.74-
YUV50.57116.96139.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.53%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=46.53%
G=31.94%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67463100.310.540.742536.7319.22
Hex432E1F01F364A192513
Octal103563703766112314523
Binary10000111011101111101111111011010010101100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,46,31); }

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

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

 a { background-color: rgb(67,46,31); }

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

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

 span { border-color: rgb(67,46,31); }

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