#452A19

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

Shades of Morocco Brown #452A19

Tints of Morocco Brown #452A19

Color information

#452A19 (or 0x452A19) is unknown color: approx Morocco Brown. HEX triplet: 45, 2A and 19. RGB value is (69,42,25). Sum of RGB (Red+Green+Blue) = 69+42+25=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #452A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A19 is #BAD5E6. Grayscale: #303030. Windows color (decimal): -12244455 or 1649221. OLE color: 1649221.

HSL color Cylindrical-coordinate representation of color #452A19: hue angle of 23.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452A19 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB694225-
CMYK00.390.640.73
HSL23.18º46.81%18.43%-
HSV(B)23.18º63.77%27.06%-
XYZ3.462.991.31-
YUV48.14114.95142.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=50.74%
G=30.88%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69422500.390.640.7323.1846.8118.43
Hex452A190274049172f12
Octal1055231047100111275722
Binary1000101101010110010100111100000010010011011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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