Html Css Color HEX #441C16 Brown Pod

📋 copy color: '#441C16'

red 68 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #441C16

Tints of Brown Pod #441C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.73%

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

R = 57.63%
G = 23.73%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#441C16 (or 0x441C16) is known color: Brown Pod. HEX triplet: 44, 1C and 16. RGB value is (68,28,22). Sum of RGB (Red+Green+Blue) = 68+28+22=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #441C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C16 is #BBE3E9. Grayscale: #272727. Windows color (decimal): -12313578 or 1449028. OLE color: 1449028.

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

Color convert

RGB 68 28 22 -
CMYK 0 0.59 0.68 0.73
HSL 7.83º 0.51% 0.18% -
HSV(B) 7.83º 0.68% 0.27% -
XYZ 2.94 2.12 1.01 -
YUV 39.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 68 28 22 0 0.59 0.68 0.73 7.83 0.51 0.18
Hex 44 1C 16 0 3B 44 49 8 33 12
Octal 104 34 26 0 73 104 111 10 63 22
Binary 1000100 11100 10110 0 111011 1000100 1001001 1000 110011 10010

Color Harmonies of #441C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C16

Black with #441C16

Text Example


Text Example

White with #441C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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