#442619

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

Shades of Brown Pod #442619

Tints of Brown Pod #442619

Color information

#442619 (or 0x442619) is unknown color: approx Brown Pod. HEX triplet: 44, 26 and 19. RGB value is (68,38,25). Sum of RGB (Red+Green+Blue) = 68+38+25=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442619 is #BBD9E6. Grayscale: #2D2D2D. Windows color (decimal): -12311015 or 1648196. OLE color: 1648196.

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

Color convert

RGB683825-
CMYK00.440.630.73
HSL18.14º46.24%18.24%-
HSV(B)18.14º63.24%26.67%-
XYZ3.252.691.27-
YUV45.49116.44144.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=51.91%
G=29.01%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68382500.440.630.7318.1446.2418.24
Hex44261902C3F49122e12
Octal104463105477111225622
Binary100010010011011001010110011111110010011001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442619; }

 p { color: rgb(68,38,25); }

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

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

 a { background-color: rgb(68,38,25); }

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

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

 span { border-color: rgb(68,38,25); }

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