Html Css Color HEX #442616 Brown Pod

📋 copy color: '#442616'

red 68 ◦ green 38 ◦ blue 22

#442616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #442616

Tints of Brown Pod #442616

RGB

 RED value IS 68 (26.95% from 255) = 53.13%

 GREEN value IS 38 (15.23% from 255) = 29.69%

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 53.13%
G = 29.69%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#442616 (or 0x442616) is known color: Brown Pod. HEX triplet: 44, 26 and 16. RGB value is (68,38,22). Sum of RGB (Red+Green+Blue) = 68+38+22=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442616 is #BBD9E9. Grayscale: #2D2D2D. Windows color (decimal): -12311018 or 1451588. OLE color: 1451588.

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

Color convert

RGB 68 38 22 -
CMYK 0 0.44 0.68 0.73
HSL 20.87º 0.51% 0.18% -
HSV(B) 20.87º 0.68% 0.27% -
XYZ 3.22 2.67 1.11 -
YUV 45.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 68 38 22 0 0.44 0.68 0.73 20.87 0.51 0.18
Hex 44 26 16 0 2C 44 49 15 33 12
Octal 104 46 26 0 54 104 111 25 63 22
Binary 1000100 100110 10110 0 101100 1000100 1001001 10101 110011 10010

Color Harmonies of #442616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442616

Black with #442616

Text Example


Text Example

White with #442616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442616; }

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

 H1.HeaderClassName
 {
   color: #442616;
 }
 .AnyTagClassName
 {
   color: #442616;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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