#451E19

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

Shades of Brown Pod #451E19

Tints of Brown Pod #451E19

Color information

#451E19 (or 0x451E19) is unknown color: approx Brown Pod. HEX triplet: 45, 1E and 19. RGB value is (69,30,25). Sum of RGB (Red+Green+Blue) = 69+30+25=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #451E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E19 is #BAE1E6. Grayscale: #292929. Windows color (decimal): -12247527 or 1646149. OLE color: 1646149.

HSL color Cylindrical-coordinate representation of color #451E19: hue angle of 6.82º 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 #451E19 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB693025-
CMYK00.570.640.73
HSL6.82º46.81%18.43%-
HSV(B)6.82º63.77%27.06%-
XYZ3.092.261.19-
YUV41.09118.92147.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.65%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=55.65%
G=24.19%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69302500.570.640.736.8246.8118.43
Hex451E19039404972f12
Octal105363107110011175722
Binary1000101111101100101110011000000100100111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E19; }

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

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

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

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

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

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

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

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