#452B1A

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

Shades of Morocco Brown #452B1A

Tints of Morocco Brown #452B1A

Color information

#452B1A (or 0x452B1A) is unknown color: approx Morocco Brown. HEX triplet: 45, 2B and 1A. RGB value is (69,43,26). Sum of RGB (Red+Green+Blue) = 69+43+26=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #452B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B1A is #BAD4E5. Grayscale: #303030. Windows color (decimal): -12244198 or 1715013. OLE color: 1715013.

HSL color Cylindrical-coordinate representation of color #452B1A: hue angle of 23.72º 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 #452B1A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB694326-
CMYK00.380.620.73
HSL23.72º45.26%18.63%-
HSV(B)23.72º62.32%27.06%-
XYZ3.53.071.38-
YUV48.84115.11142.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=50%
G=31.16%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69432600.380.620.7323.7245.2618.63
Hex452B1A0263E49182d13
Octal105533204676111305523
Binary100010110101111010010011011111010010011100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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