#452E1D

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

Shades of Morocco Brown #452E1D

Tints of Morocco Brown #452E1D

Color information

#452E1D (or 0x452E1D) is unknown color: approx Morocco Brown. HEX triplet: 45, 2E and 1D. RGB value is (69,46,29). Sum of RGB (Red+Green+Blue) = 69+46+29=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E1D is #BAD1E2. Grayscale: #333333. Windows color (decimal): -12243427 or 1912389. OLE color: 1912389.

HSL color Cylindrical-coordinate representation of color #452E1D: hue angle of 25.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #452E1D is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB694629-
CMYK00.330.580.73
HSL25.5º40.82%19.22%-
HSV(B)25.5º57.97%27.06%-
XYZ3.653.311.61-
YUV50.94115.62140.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=47.92%
G=31.94%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69462900.330.580.7325.540.8219.22
Hex452E1D0213A491a2913
Octal105563504172111325123
Binary100010110111011101010000111101010010011101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452E1D; }

 p { color: rgb(69,46,29); }

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

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

 a { background-color: rgb(69,46,29); }

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

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

 span { border-color: rgb(69,46,29); }

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