#452B1C

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

Shades of Morocco Brown #452B1C

Tints of Morocco Brown #452B1C

Color information

#452B1C (or 0x452B1C) is unknown color: approx Morocco Brown. HEX triplet: 45, 2B and 1C. RGB value is (69,43,28). Sum of RGB (Red+Green+Blue) = 69+43+28=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #452B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B1C is #BAD4E3. Grayscale: #313131. Windows color (decimal): -12244196 or 1846085. OLE color: 1846085.

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

Color convert

RGB694328-
CMYK00.380.590.73
HSL21.95º42.27%19.02%-
HSV(B)21.95º59.42%27.06%-
XYZ3.533.081.51-
YUV49.06116.11142.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 28 (11.33% from 255) = 20%
R=49.29%
G=30.71%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69432800.380.590.7321.9542.2719.02
Hex452B1C0263B49162a13
Octal105533404673111265223
Binary100010110101111100010011011101110010011011010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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