#452A1E

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

Shades of Morocco Brown #452A1E

Tints of Morocco Brown #452A1E

Color information

#452A1E (or 0x452A1E) is unknown color: approx Morocco Brown. HEX triplet: 45, 2A and 1E. RGB value is (69,42,30). Sum of RGB (Red+Green+Blue) = 69+42+30=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #452A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A1E is #BAD5E1. Grayscale: #303030. Windows color (decimal): -12244450 or 1976901. OLE color: 1976901.

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

Color convert

RGB694230-
CMYK00.390.570.73
HSL18.46º39.39%19.41%-
HSV(B)18.46º56.52%27.06%-
XYZ3.523.011.62-
YUV48.7117.45142.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=48.94%
G=29.79%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69423000.390.570.7318.4639.3919.41
Hex452A1E0273949122713
Octal105523604771111224723
Binary100010110101011110010011111100110010011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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