#452E26

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

Shades of Morocco Brown #452E26

Tints of Morocco Brown #452E26

Color information

#452E26 (or 0x452E26) is unknown color: approx Morocco Brown. HEX triplet: 45, 2E and 26. RGB value is (69,46,38). Sum of RGB (Red+Green+Blue) = 69+46+38=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #452E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E26 is #BAD1D9. Grayscale: #343434. Windows color (decimal): -12243418 or 2502213. OLE color: 2502213.

HSL color Cylindrical-coordinate representation of color #452E26: hue angle of 15.48º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #452E26 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB694638-
CMYK00.330.450.73
HSL15.48º28.97%20.98%-
HSV(B)15.48º44.93%27.06%-
XYZ3.783.362.28-
YUV51.96120.12140.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=45.10%
G=30.07%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69463800.330.450.7315.4828.9720.98
Hex452E260212D49f1d15
Octal105564604155111173525
Binary10001011011101001100100001101101100100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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