#452C1F

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

Shades of Morocco Brown #452C1F

Tints of Morocco Brown #452C1F

Color information

#452C1F (or 0x452C1F) is unknown color: approx Morocco Brown. HEX triplet: 45, 2C and 1F. RGB value is (69,44,31). Sum of RGB (Red+Green+Blue) = 69+44+31=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #452C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C1F is #BAD3E0. Grayscale: #323232. Windows color (decimal): -12243937 or 2042949. OLE color: 2042949.

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

Color convert

RGB694431-
CMYK00.360.550.73
HSL20.53º38%19.61%-
HSV(B)20.53º55.07%27.06%-
XYZ3.63.171.72-
YUV49.99117.28141.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=47.92%
G=30.56%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69443100.360.550.7320.533819.61
Hex452C1F0243749152614
Octal105543704467111254624
Binary100010110110011111010010011011110010011010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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