Html Css Color HEX #442216 Brown Pod

📋 copy color: '#442216'

red 68 ◦ green 34 ◦ blue 22

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

Shades of Brown Pod #442216

Tints of Brown Pod #442216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 54.84%
G = 27.42%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#442216 (or 0x442216) is known color: Brown Pod. HEX triplet: 44, 22 and 16. RGB value is (68,34,22). Sum of RGB (Red+Green+Blue) = 68+34+22=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #442216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442216 is #BBDDE9. Grayscale: #2A2A2A. Windows color (decimal): -12312042 or 1450564. OLE color: 1450564.

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

Color convert

RGB 68 34 22 -
CMYK 0 0.50 0.68 0.73
HSL 15.65º 0.51% 0.18% -
HSV(B) 15.65º 0.68% 0.27% -
XYZ 3.1 2.43 1.06 -
YUV 42.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 68 34 22 0 0.50 0.68 0.73 15.65 0.51 0.18
Hex 44 22 16 0 32 44 49 10 33 12
Octal 104 42 26 0 62 104 111 20 63 22
Binary 1000100 100010 10110 0 110010 1000100 1001001 10000 110011 10010

Color Harmonies of #442216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442216

Black with #442216

Text Example


Text Example

White with #442216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442216; }

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

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

background-color css

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

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

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

border-color css

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

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

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