#452B1F

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

Shades of Morocco Brown #452B1F

Tints of Morocco Brown #452B1F

Color information

#452B1F (or 0x452B1F) is unknown color: approx Morocco Brown. HEX triplet: 45, 2B and 1F. RGB value is (69,43,31). Sum of RGB (Red+Green+Blue) = 69+43+31=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #452B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B1F is #BAD4E0. Grayscale: #313131. Windows color (decimal): -12244193 or 2042693. OLE color: 2042693.

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

Color convert

RGB694331-
CMYK00.380.550.73
HSL18.95º38%19.61%-
HSV(B)18.95º55.07%27.06%-
XYZ3.573.091.71-
YUV49.41117.61141.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=48.25%
G=30.07%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69433100.380.550.7318.953819.61
Hex452B1F0263749132614
Octal105533704667111234624
Binary100010110101111111010011011011110010011001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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