#452C1E

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

Shades of Morocco Brown #452C1E

Tints of Morocco Brown #452C1E

Color information

#452C1E (or 0x452C1E) is unknown color: approx Morocco Brown. HEX triplet: 45, 2C and 1E. RGB value is (69,44,30). Sum of RGB (Red+Green+Blue) = 69+44+30=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #452C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C1E is #BAD3E1. Grayscale: #313131. Windows color (decimal): -12243938 or 1977413. OLE color: 1977413.

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

Color convert

RGB694430-
CMYK00.360.570.73
HSL21.54º39.39%19.41%-
HSV(B)21.54º56.52%27.06%-
XYZ3.593.161.65-
YUV49.88116.78141.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=48.25%
G=30.77%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69443000.360.570.7321.5439.3919.41
Hex452C1E0243949162713
Octal105543604471111264723
Binary100010110110011110010010011100110010011011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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