#442213

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

Shades of Brown Pod #442213

Tints of Brown Pod #442213

Color information

#442213 (or 0x442213) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 13. RGB value is (68,34,19). Sum of RGB (Red+Green+Blue) = 68+34+19=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442213 is #BBDDEC. Grayscale: #2A2A2A. Windows color (decimal): -12312045 or 1253956. OLE color: 1253956.

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

Color convert

RGB683419-
CMYK00.500.720.73
HSL18.37º56.32%17.06%-
HSV(B)18.37º72.06%26.67%-
XYZ3.072.420.92-
YUV42.46114.76146.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=56.20%
G=28.10%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68341900.500.720.7318.3756.3217.06
Hex4422130324849123811
Octal1044223062110111227021
Binary1000100100010100110110010100100010010011001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442213; }

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

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

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

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

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

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

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

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