#451D19

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

Shades of Brown Pod #451D19

Tints of Brown Pod #451D19

Color information

#451D19 (or 0x451D19) is unknown color: approx Brown Pod. HEX triplet: 45, 1D and 19. RGB value is (69,29,25). Sum of RGB (Red+Green+Blue) = 69+29+25=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D19 is #BAE2E6. Grayscale: #282828. Windows color (decimal): -12247783 or 1645893. OLE color: 1645893.

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

Color convert

RGB692925-
CMYK00.580.640.73
HSL5.45º46.81%18.43%-
HSV(B)5.45º63.77%27.06%-
XYZ3.072.211.19-
YUV40.5119.25148.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.10%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=56.10%
G=23.58%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69292500.580.640.735.4546.8118.43
Hex451D1903A404952f12
Octal105353107210011155722
Binary1000101111011100101110101000000100100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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