#452D23

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

Shades of Morocco Brown #452D23

Tints of Morocco Brown #452D23

Color information

#452D23 (or 0x452D23) is unknown color: approx Morocco Brown. HEX triplet: 45, 2D and 23. RGB value is (69,45,35). Sum of RGB (Red+Green+Blue) = 69+45+35=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D23 is #BAD2DC. Grayscale: #333333. Windows color (decimal): -12243677 or 2305349. OLE color: 2305349.

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

Color convert

RGB694535-
CMYK00.350.490.73
HSL17.65º32.69%20.39%-
HSV(B)17.65º49.28%27.06%-
XYZ3.73.262.03-
YUV51.04118.95140.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=46.31%
G=30.20%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69453500.350.490.7317.6532.6920.39
Hex452D230233149122114
Octal105554304361111224124
Binary1000101101101100011010001111000110010011001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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