#452D1E

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

Shades of Morocco Brown #452D1E

Tints of Morocco Brown #452D1E

Color information

#452D1E (or 0x452D1E) is unknown color: approx Morocco Brown. HEX triplet: 45, 2D and 1E. RGB value is (69,45,30). Sum of RGB (Red+Green+Blue) = 69+45+30=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D1E is #BAD2E1. Grayscale: #323232. Windows color (decimal): -12243682 or 1977669. OLE color: 1977669.

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

Color convert

RGB694530-
CMYK00.350.570.73
HSL23.08º39.39%19.41%-
HSV(B)23.08º56.52%27.06%-
XYZ3.633.241.66-
YUV50.47116.45141.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=47.92%
G=31.25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69453000.350.570.7323.0839.3919.41
Hex452D1E0233949172713
Octal105553604371111274723
Binary100010110110111110010001111100110010011011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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