#423026

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

Shades of Morocco Brown #423026

Tints of Morocco Brown #423026

Color information

#423026 (or 0x423026) is unknown color: approx Morocco Brown. HEX triplet: 42, 30 and 26. RGB value is (66,48,38). Sum of RGB (Red+Green+Blue) = 66+48+38=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #423026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423026 is #BDCFD9. Grayscale: #343434. Windows color (decimal): -12439514 or 2502722. OLE color: 2502722.

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

Color convert

RGB664838-
CMYK00.270.420.74
HSL21.43º26.92%20.39%-
HSV(B)21.43º42.42%25.88%-
XYZ3.653.412.3-
YUV52.24119.96137.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 38 (15.23% from 255) = 25%
R=43.42%
G=31.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66483800.270.420.7421.4326.9220.39
Hex42302601B2A4A151b14
Octal102604603352112253324
Binary10000101100001001100110111010101001010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423026; }

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

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

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

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

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

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

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

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