#42281D

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

Shades of Morocco Brown #42281D

Tints of Morocco Brown #42281D

Color information

#42281D (or 0x42281D) is unknown color: approx Morocco Brown. HEX triplet: 42, 28 and 1D. RGB value is (66,40,29). Sum of RGB (Red+Green+Blue) = 66+40+29=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42281D is #BDD7E2. Grayscale: #2E2E2E. Windows color (decimal): -12441571 or 1910850. OLE color: 1910850.

HSL color Cylindrical-coordinate representation of color #42281D: hue angle of 17.84º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42281D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB664029-
CMYK00.390.560.74
HSL17.84º38.95%18.63%-
HSV(B)17.84º56.06%25.88%-
XYZ3.232.761.53-
YUV46.52118.11141.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=48.89%
G=29.63%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66402900.390.560.7417.8438.9518.63
Hex42281D027384A122713
Octal102503504770112224723
Binary100001010100011101010011111100010010101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42281D; }

 p { color: rgb(66,40,29); }

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

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

 a { background-color: rgb(66,40,29); }

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

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

 span { border-color: rgb(66,40,29); }

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