Html Css Color HEX #442114 Brown Pod

📋 copy color: '#442114'

red 68 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #442114

Tints of Brown Pod #442114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 56.2%
G = 27.27%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#442114 (or 0x442114) is known color: Brown Pod. HEX triplet: 44, 21 and 14. RGB value is (68,33,20). Sum of RGB (Red+Green+Blue) = 68+33+20=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442114 is #BBDEEB. Grayscale: #2A2A2A. Windows color (decimal): -12312300 or 1319236. OLE color: 1319236.

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

Color convert

RGB 68 33 20 -
CMYK 0 0.51 0.71 0.73
HSL 16.25º 0.55% 0.17% -
HSV(B) 16.25º 0.71% 0.27% -
XYZ 3.05 2.37 0.96 -
YUV 41.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 68 33 20 0 0.51 0.71 0.73 16.25 0.55 0.17
Hex 44 21 14 0 33 47 49 10 37 11
Octal 104 41 24 0 63 107 111 20 67 21
Binary 1000100 100001 10100 0 110011 1000111 1001001 10000 110111 10001

Color Harmonies of #442114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442114

Black with #442114

Text Example


Text Example

White with #442114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442114; }

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

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

background-color css

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

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

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

border-color css

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

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

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