#452F21

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

Shades of Morocco Brown #452F21

Tints of Morocco Brown #452F21

Color information

#452F21 (or 0x452F21) is unknown color: approx Morocco Brown. HEX triplet: 45, 2F and 21. RGB value is (69,47,33). Sum of RGB (Red+Green+Blue) = 69+47+33=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F21 is #BAD0DE. Grayscale: #343434. Windows color (decimal): -12243167 or 2174789. OLE color: 2174789.

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

Color convert

RGB694733-
CMYK00.320.520.73
HSL23.33º35.29%20%-
HSV(B)23.33º52.17%27.06%-
XYZ3.753.411.9-
YUV51.98117.29140.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=46.31%
G=31.54%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69473300.320.520.7323.3335.2920
Hex452F210203449172314
Octal105574104064111274324
Binary1000101101111100001010000011010010010011011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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