#452A23

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

Shades of Morocco Brown #452A23

Tints of Morocco Brown #452A23

Color information

#452A23 (or 0x452A23) is unknown color: approx Morocco Brown. HEX triplet: 45, 2A and 23. RGB value is (69,42,35). Sum of RGB (Red+Green+Blue) = 69+42+35=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A23 is #BAD5DC. Grayscale: #313131. Windows color (decimal): -12244445 or 2304581. OLE color: 2304581.

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

Color convert

RGB694235-
CMYK00.390.490.73
HSL12.35º32.69%20.39%-
HSV(B)12.35º49.28%27.06%-
XYZ3.593.041.99-
YUV49.28119.95142.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=47.26%
G=28.77%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69423500.390.490.7312.3532.6920.39
Hex452A230273149c2114
Octal105524304761111144124
Binary100010110101010001101001111100011001001110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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