Html Css Color HEX #441E16 Brown Pod

📋 copy color: '#441E16'

red 68 ◦ green 30 ◦ blue 22

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

Shades of Brown Pod #441E16

Tints of Brown Pod #441E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25%

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

R = 56.67%
G = 25%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#441E16 (or 0x441E16) is known color: Brown Pod. HEX triplet: 44, 1E and 16. RGB value is (68,30,22). Sum of RGB (Red+Green+Blue) = 68+30+22=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E16 is #BBE1E9. Grayscale: #282828. Windows color (decimal): -12313066 or 1449540. OLE color: 1449540.

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

Color convert

RGB 68 30 22 -
CMYK 0 0.56 0.68 0.73
HSL 10.43º 0.51% 0.18% -
HSV(B) 10.43º 0.68% 0.27% -
XYZ 2.99 2.22 1.03 -
YUV 40.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 68 30 22 0 0.56 0.68 0.73 10.43 0.51 0.18
Hex 44 1E 16 0 38 44 49 A 33 12
Octal 104 36 26 0 70 104 111 12 63 22
Binary 1000100 11110 10110 0 111000 1000100 1001001 1010 110011 10010

Color Harmonies of #441E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E16

Black with #441E16

Text Example


Text Example

White with #441E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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