#452D1D

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

Shades of Morocco Brown #452D1D

Tints of Morocco Brown #452D1D

Color information

#452D1D (or 0x452D1D) is unknown color: approx Morocco Brown. HEX triplet: 45, 2D and 1D. RGB value is (69,45,29). Sum of RGB (Red+Green+Blue) = 69+45+29=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #452D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D1D is #BAD2E2. Grayscale: #323232. Windows color (decimal): -12243683 or 1912133. OLE color: 1912133.

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

Color convert

RGB694529-
CMYK00.350.580.73
HSL24º40.82%19.22%-
HSV(B)24º57.97%27.06%-
XYZ3.613.231.6-
YUV50.35115.95141.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=48.25%
G=31.47%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69452900.350.580.732440.8219.22
Hex452D1D0233A49182913
Octal105553504372111305123
Binary100010110110111101010001111101010010011100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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