#452C1A

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

Shades of Morocco Brown #452C1A

Tints of Morocco Brown #452C1A

Color information

#452C1A (or 0x452C1A) is unknown color: approx Morocco Brown. HEX triplet: 45, 2C and 1A. RGB value is (69,44,26). Sum of RGB (Red+Green+Blue) = 69+44+26=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #452C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C1A is #BAD3E5. Grayscale: #313131. Windows color (decimal): -12243942 or 1715269. OLE color: 1715269.

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

Color convert

RGB694426-
CMYK00.360.620.73
HSL25.12º45.26%18.63%-
HSV(B)25.12º62.32%27.06%-
XYZ3.543.141.4-
YUV49.42114.78141.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 44 (17.58% from 255) = 31.65%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=49.64%
G=31.65%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69442600.360.620.7325.1245.2618.63
Hex452C1A0243E49192d13
Octal105543204476111315523
Binary100010110110011010010010011111010010011100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,44,26); }

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

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

 a { background-color: rgb(69,44,26); }

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

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

 span { border-color: rgb(69,44,26); }

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