Html Css Color HEX #442116 Brown Pod

📋 copy color: '#442116'

red 68 ◦ green 33 ◦ blue 22

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

Shades of Brown Pod #442116

Tints of Brown Pod #442116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

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

R = 55.28%
G = 26.83%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#442116 (or 0x442116) is known color: Brown Pod. HEX triplet: 44, 21 and 16. RGB value is (68,33,22). Sum of RGB (Red+Green+Blue) = 68+33+22=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442116 is #BBDEE9. Grayscale: #2A2A2A. Windows color (decimal): -12312298 or 1450308. OLE color: 1450308.

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

Color convert

RGB 68 33 22 -
CMYK 0 0.51 0.68 0.73
HSL 14.35º 0.51% 0.18% -
HSV(B) 14.35º 0.68% 0.27% -
XYZ 3.07 2.37 1.06 -
YUV 42.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 68 33 22 0 0.51 0.68 0.73 14.35 0.51 0.18
Hex 44 21 16 0 33 44 49 E 33 12
Octal 104 41 26 0 63 104 111 16 63 22
Binary 1000100 100001 10110 0 110011 1000100 1001001 1110 110011 10010

Color Harmonies of #442116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442116

Black with #442116

Text Example


Text Example

White with #442116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442116; }

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

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

background-color css

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

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

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

border-color css

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

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

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