#423025

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

Shades of Morocco Brown #423025

Tints of Morocco Brown #423025

Color information

#423025 (or 0x423025) is unknown color: approx Morocco Brown. HEX triplet: 42, 30 and 25. RGB value is (66,48,37). Sum of RGB (Red+Green+Blue) = 66+48+37=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #423025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423025 is #BDCFDA. Grayscale: #343434. Windows color (decimal): -12439515 or 2437186. OLE color: 2437186.

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

Color convert

RGB664837-
CMYK00.270.440.74
HSL22.76º28.16%20.2%-
HSV(B)22.76º43.94%25.88%-
XYZ3.643.412.22-
YUV52.13119.46137.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=43.71%
G=31.79%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66483700.270.440.7422.7628.1620.2
Hex42302501B2C4A171c14
Octal102604503354112273424
Binary10000101100001001010110111011001001010101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423025; }

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

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

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

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

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

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

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

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