#452B1B

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

Shades of Morocco Brown #452B1B

Tints of Morocco Brown #452B1B

Color information

#452B1B (or 0x452B1B) is unknown color: approx Morocco Brown. HEX triplet: 45, 2B and 1B. RGB value is (69,43,27). Sum of RGB (Red+Green+Blue) = 69+43+27=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #452B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B1B is #BAD4E4. Grayscale: #313131. Windows color (decimal): -12244197 or 1780549. OLE color: 1780549.

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

Color convert

RGB694327-
CMYK00.380.610.73
HSL22.86º43.75%18.82%-
HSV(B)22.86º60.87%27.06%-
XYZ3.523.071.44-
YUV48.95115.61142.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=49.64%
G=30.94%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69432700.380.610.7322.8643.7518.82
Hex452B1B0263D49172c13
Octal105533304675111275423
Binary100010110101111011010011011110110010011011110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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