#452B24

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

Shades of Morocco Brown #452B24

Tints of Morocco Brown #452B24

Color information

#452B24 (or 0x452B24) is unknown color: approx Morocco Brown. HEX triplet: 45, 2B and 24. RGB value is (69,43,36). Sum of RGB (Red+Green+Blue) = 69+43+36=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #452B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B24 is #BAD4DB. Grayscale: #323232. Windows color (decimal): -12244188 or 2370373. OLE color: 2370373.

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

Color convert

RGB694336-
CMYK00.380.480.73
HSL12.73º31.43%20.59%-
HSV(B)12.73º47.83%27.06%-
XYZ3.643.122.08-
YUV49.98120.11141.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=46.62%
G=29.05%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69433600.380.480.7312.7331.4320.59
Hex452B240263049d1f15
Octal105534404660111153725
Binary10001011010111001000100110110000100100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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