#452E21

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

Shades of Morocco Brown #452E21

Tints of Morocco Brown #452E21

Color information

#452E21 (or 0x452E21) is unknown color: approx Morocco Brown. HEX triplet: 45, 2E and 21. RGB value is (69,46,33). Sum of RGB (Red+Green+Blue) = 69+46+33=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #452E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E21 is #BAD1DE. Grayscale: #333333. Windows color (decimal): -12243423 or 2174533. OLE color: 2174533.

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

Color convert

RGB694633-
CMYK00.330.520.73
HSL21.67º35.29%20%-
HSV(B)21.67º52.17%27.06%-
XYZ3.713.331.89-
YUV51.4117.62140.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=46.62%
G=31.08%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69463300.330.520.7321.6735.2920
Hex452E210213449162314
Octal105564104164111264324
Binary1000101101110100001010000111010010010011011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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