#451C19

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

Shades of Brown Pod #451C19

Tints of Brown Pod #451C19

Color information

#451C19 (or 0x451C19) is unknown color: approx Brown Pod. HEX triplet: 45, 1C and 19. RGB value is (69,28,25). Sum of RGB (Red+Green+Blue) = 69+28+25=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C19 is #BAE3E6. Grayscale: #272727. Windows color (decimal): -12248039 or 1645637. OLE color: 1645637.

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

Color convert

RGB692825-
CMYK00.590.640.73
HSL4.09º46.81%18.43%-
HSV(B)4.09º63.77%27.06%-
XYZ3.042.171.18-
YUV39.92119.58148.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=56.56%
G=22.95%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69282500.590.640.734.0946.8118.43
Hex451C1903B404942f12
Octal105343107310011145722
Binary1000101111001100101110111000000100100110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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