#452E1E

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

Shades of Morocco Brown #452E1E

Tints of Morocco Brown #452E1E

Color information

#452E1E (or 0x452E1E) is unknown color: approx Morocco Brown. HEX triplet: 45, 2E and 1E. RGB value is (69,46,30). Sum of RGB (Red+Green+Blue) = 69+46+30=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #452E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E1E is #BAD1E1. Grayscale: #333333. Windows color (decimal): -12243426 or 1977925. OLE color: 1977925.

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

Color convert

RGB694630-
CMYK00.330.570.73
HSL24.62º39.39%19.41%-
HSV(B)24.62º56.52%27.06%-
XYZ3.673.311.67-
YUV51.05116.12140.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=47.59%
G=31.72%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69463000.330.570.7324.6239.3919.41
Hex452E1E0213949192713
Octal105563604171111314723
Binary100010110111011110010000111100110010011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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