#442218

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

Shades of Brown Pod #442218

Tints of Brown Pod #442218

Color information

#442218 (or 0x442218) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 18. RGB value is (68,34,24). Sum of RGB (Red+Green+Blue) = 68+34+24=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442218 is #BBDDE7. Grayscale: #2B2B2B. Windows color (decimal): -12312040 or 1581636. OLE color: 1581636.

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

Color convert

RGB683424-
CMYK00.500.650.73
HSL13.64º47.83%18.04%-
HSV(B)13.64º64.71%26.67%-
XYZ3.122.441.17-
YUV43.03117.26145.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=53.97%
G=26.98%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68342400.500.650.7313.6447.8318.04
Hex4422180324149e3012
Octal1044230062101111166022
Binary100010010001011000011001010000011001001111011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442218; }

 p { color: rgb(68,34,24); }

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

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

 a { background-color: rgb(68,34,24); }

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

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

 span { border-color: rgb(68,34,24); }

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