#432A1B

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

Shades of Morocco Brown #432A1B

Tints of Morocco Brown #432A1B

Color information

#432A1B (or 0x432A1B) is unknown color: approx Morocco Brown. HEX triplet: 43, 2A and 1B. RGB value is (67,42,27). Sum of RGB (Red+Green+Blue) = 67+42+27=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A1B is #BCD5E4. Grayscale: #2F2F2F. Windows color (decimal): -12375525 or 1780291. OLE color: 1780291.

HSL color Cylindrical-coordinate representation of color #432A1B: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #432A1B is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB674227-
CMYK00.370.600.74
HSL22.5º42.55%18.43%-
HSV(B)22.5º59.7%26.27%-
XYZ3.342.931.43-
YUV47.76116.28141.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=49.26%
G=30.88%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67422700.370.600.7422.542.5518.43
Hex432A1B0253C4A162b12
Octal103523304574112265322
Binary100001110101011011010010111110010010101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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