#423029

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

Shades of Morocco Brown #423029

Tints of Morocco Brown #423029

Color information

#423029 (or 0x423029) is unknown color: approx Morocco Brown. HEX triplet: 42, 30 and 29. RGB value is (66,48,41). Sum of RGB (Red+Green+Blue) = 66+48+41=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423029 is #BDCFD6. Grayscale: #343434. Windows color (decimal): -12439511 or 2699330. OLE color: 2699330.

HSL color Cylindrical-coordinate representation of color #423029: hue angle of 16.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423029 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB664841-
CMYK00.270.380.74
HSL16.8º23.36%20.98%-
HSV(B)16.8º37.88%25.88%-
XYZ3.73.432.57-
YUV52.58121.46137.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=42.58%
G=30.97%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66484100.270.380.7416.823.3620.98
Hex42302901B264A111715
Octal102605103346112212725
Binary10000101100001010010110111001101001010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423029; }

 p { color: rgb(66,48,41); }

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

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

 a { background-color: rgb(66,48,41); }

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

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

 span { border-color: rgb(66,48,41); }

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