#442208

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

Shades of Brown Pod #442208

Tints of Brown Pod #442208

Color information

#442208 (or 0x442208) is unknown color: approx Brown Pod. HEX triplet: 44, 22 and 08. RGB value is (68,34,8). Sum of RGB (Red+Green+Blue) = 68+34+8=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442208 is #BBDDF7. Grayscale: #292929. Windows color (decimal): -12312056 or 533060. OLE color: 533060.

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

Color convert

RGB68348-
CMYK00.500.880.73
HSL26º78.95%14.9%-
HSV(B)26º88.24%26.67%-
XYZ32.390.53-
YUV41.2109.26147.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=61.82%
G=30.91%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6834800.500.880.732678.9514.9
Hex4422803258491a4ff
Octal10442100621301113211717
Binary100010010001010000110010101100010010011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442208; }

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

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

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

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

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

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

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

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