#452C24

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

Shades of Morocco Brown #452C24

Tints of Morocco Brown #452C24

Color information

#452C24 (or 0x452C24) is unknown color: approx Morocco Brown. HEX triplet: 45, 2C and 24. RGB value is (69,44,36). Sum of RGB (Red+Green+Blue) = 69+44+36=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C24 is #BAD3DB. Grayscale: #323232. Windows color (decimal): -12243932 or 2370629. OLE color: 2370629.

HSL color Cylindrical-coordinate representation of color #452C24: hue angle of 14.55º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #452C24 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB694436-
CMYK00.360.480.73
HSL14.55º31.43%20.59%-
HSV(B)14.55º47.83%27.06%-
XYZ3.673.192.09-
YUV50.56119.78141.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=46.31%
G=29.53%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69443600.360.480.7314.5531.4320.59
Hex452C240243049f1f15
Octal105544404460111173725
Binary10001011011001001000100100110000100100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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