Html Css Color HEX #441D16 Brown Pod

📋 copy color: '#441D16'

red 68 ◦ green 29 ◦ blue 22

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

Shades of Brown Pod #441D16

Tints of Brown Pod #441D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.37%

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

R = 57.14%
G = 24.37%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#441D16 (or 0x441D16) is known color: Brown Pod. HEX triplet: 44, 1D and 16. RGB value is (68,29,22). Sum of RGB (Red+Green+Blue) = 68+29+22=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #441D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D16 is #BBE2E9. Grayscale: #272727. Windows color (decimal): -12313322 or 1449284. OLE color: 1449284.

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

Color convert

RGB 68 29 22 -
CMYK 0 0.57 0.68 0.73
HSL 9.13º 0.51% 0.18% -
HSV(B) 9.13º 0.68% 0.27% -
XYZ 2.97 2.17 1.02 -
YUV 39.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 68 29 22 0 0.57 0.68 0.73 9.13 0.51 0.18
Hex 44 1D 16 0 39 44 49 9 33 12
Octal 104 35 26 0 71 104 111 11 63 22
Binary 1000100 11101 10110 0 111001 1000100 1001001 1001 110011 10010

Color Harmonies of #441D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D16

Black with #441D16

Text Example


Text Example

White with #441D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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