#452C21

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

Shades of Morocco Brown #452C21

Tints of Morocco Brown #452C21

Color information

#452C21 (or 0x452C21) is unknown color: approx Morocco Brown. HEX triplet: 45, 2C and 21. RGB value is (69,44,33). Sum of RGB (Red+Green+Blue) = 69+44+33=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C21 is #BAD3DE. Grayscale: #323232. Windows color (decimal): -12243935 or 2174021. OLE color: 2174021.

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

Color convert

RGB694433-
CMYK00.360.520.73
HSL18.33º35.29%20%-
HSV(B)18.33º52.17%27.06%-
XYZ3.633.181.86-
YUV50.22118.28141.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=47.26%
G=30.14%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69443300.360.520.7318.3335.2920
Hex452C210243449122314
Octal105544104464111224324
Binary1000101101100100001010010011010010010011001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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