#452D21

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

Shades of Morocco Brown #452D21

Tints of Morocco Brown #452D21

Color information

#452D21 (or 0x452D21) is unknown color: approx Morocco Brown. HEX triplet: 45, 2D and 21. RGB value is (69,45,33). Sum of RGB (Red+Green+Blue) = 69+45+33=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #452D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D21 is #BAD2DE. Grayscale: #323232. Windows color (decimal): -12243679 or 2174277. OLE color: 2174277.

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

Color convert

RGB694533-
CMYK00.350.520.73
HSL20º35.29%20%-
HSV(B)20º52.17%27.06%-
XYZ3.673.251.87-
YUV50.81117.95140.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=46.94%
G=30.61%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69453300.350.520.732035.2920
Hex452D210233449142314
Octal105554104364111244324
Binary1000101101101100001010001111010010010011010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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