#452A1F

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

Shades of Morocco Brown #452A1F

Tints of Morocco Brown #452A1F

Color information

#452A1F (or 0x452A1F) is unknown color: approx Morocco Brown. HEX triplet: 45, 2A and 1F. RGB value is (69,42,31). Sum of RGB (Red+Green+Blue) = 69+42+31=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #452A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A1F is #BAD5E0. Grayscale: #303030. Windows color (decimal): -12244449 or 2042437. OLE color: 2042437.

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

Color convert

RGB694231-
CMYK00.390.550.73
HSL17.37º38%19.61%-
HSV(B)17.37º55.07%27.06%-
XYZ3.533.021.69-
YUV48.82117.95142.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=48.59%
G=29.58%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69423100.390.550.7317.373819.61
Hex452A1F0273749112614
Octal105523704767111214624
Binary100010110101011111010011111011110010011000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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