#452A24

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

Shades of Morocco Brown #452A24

Tints of Morocco Brown #452A24

Color information

#452A24 (or 0x452A24) is unknown color: approx Morocco Brown. HEX triplet: 45, 2A and 24. RGB value is (69,42,36). Sum of RGB (Red+Green+Blue) = 69+42+36=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #452A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A24 is #BAD5DB. Grayscale: #313131. Windows color (decimal): -12244444 or 2370117. OLE color: 2370117.

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

Color convert

RGB694236-
CMYK00.390.480.73
HSL10.91º31.43%20.59%-
HSV(B)10.91º47.83%27.06%-
XYZ3.63.052.07-
YUV49.39120.45141.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=46.94%
G=28.57%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69423600.390.480.7310.9131.4320.59
Hex452A240273049b1f15
Octal105524404760111133725
Binary10001011010101001000100111110000100100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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