#452B1E

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

Shades of Morocco Brown #452B1E

Tints of Morocco Brown #452B1E

Color information

#452B1E (or 0x452B1E) is unknown color: approx Morocco Brown. HEX triplet: 45, 2B and 1E. RGB value is (69,43,30). Sum of RGB (Red+Green+Blue) = 69+43+30=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #452B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B1E is #BAD4E1. Grayscale: #313131. Windows color (decimal): -12244194 or 1977157. OLE color: 1977157.

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

Color convert

RGB694330-
CMYK00.380.570.73
HSL20º39.39%19.41%-
HSV(B)20º56.52%27.06%-
XYZ3.553.091.64-
YUV49.29117.11142.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=48.59%
G=30.28%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69433000.380.570.732039.3919.41
Hex452B1E0263949142713
Octal105533604671111244723
Binary100010110101111110010011011100110010011010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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