#452C23

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

Shades of Morocco Brown #452C23

Tints of Morocco Brown #452C23

Color information

#452C23 (or 0x452C23) is unknown color: approx Morocco Brown. HEX triplet: 45, 2C and 23. RGB value is (69,44,35). Sum of RGB (Red+Green+Blue) = 69+44+35=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #452C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C23 is #BAD3DC. Grayscale: #323232. Windows color (decimal): -12243933 or 2305093. OLE color: 2305093.

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

Color convert

RGB694435-
CMYK00.360.490.73
HSL15.88º32.69%20.39%-
HSV(B)15.88º49.28%27.06%-
XYZ3.663.192.01-
YUV50.45119.28141.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=46.62%
G=29.73%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69443500.360.490.7315.8832.6920.39
Hex452C230243149102114
Octal105544304461111204124
Binary1000101101100100011010010011000110010011000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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