#452719

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

Shades of Morocco Brown #452719

Tints of Morocco Brown #452719

Color information

#452719 (or 0x452719) is unknown color: approx Morocco Brown. HEX triplet: 45, 27 and 19. RGB value is (69,39,25). Sum of RGB (Red+Green+Blue) = 69+39+25=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #452719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452719 is #BAD8E6. Grayscale: #2E2E2E. Windows color (decimal): -12245223 or 1648453. OLE color: 1648453.

HSL color Cylindrical-coordinate representation of color #452719: hue angle of 19.09º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452719 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB693925-
CMYK00.430.640.73
HSL19.09º46.81%18.43%-
HSV(B)19.09º63.77%27.06%-
XYZ3.362.791.28-
YUV46.37115.94144.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=51.88%
G=29.32%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69392500.430.640.7319.0946.8118.43
Hex45271902B4049132f12
Octal1054731053100111235722
Binary1000101100111110010101011100000010010011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452719; }

 p { color: rgb(69,39,25); }

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

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

 a { background-color: rgb(69,39,25); }

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

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

 span { border-color: rgb(69,39,25); }

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