#442418

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

Shades of Brown Pod #442418

Tints of Brown Pod #442418

Color information

#442418 (or 0x442418) is unknown color: approx Brown Pod. HEX triplet: 44, 24 and 18. RGB value is (68,36,24). Sum of RGB (Red+Green+Blue) = 68+36+24=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442418 is #BBDBE7. Grayscale: #2C2C2C. Windows color (decimal): -12311528 or 1582148. OLE color: 1582148.

HSL color Cylindrical-coordinate representation of color #442418: hue angle of 16.36º 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 #442418 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB683624-
CMYK00.470.650.73
HSL16.36º47.83%18.04%-
HSV(B)16.36º64.71%26.67%-
XYZ3.182.561.19-
YUV44.2116.6144.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=53.12%
G=28.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68362400.470.650.7316.3647.8318.04
Hex44241802F4149103012
Octal1044430057101111206022
Binary1000100100100110000101111100000110010011000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442418; }

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

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

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

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

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

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

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

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