Html Css Color HEX #441B16 Brown Pod

📋 copy color: '#441B16'

red 68 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #441B16

Tints of Brown Pod #441B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.08%

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

R = 58.12%
G = 23.08%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#441B16 (or 0x441B16) is known color: Brown Pod. HEX triplet: 44, 1B and 16. RGB value is (68,27,22). Sum of RGB (Red+Green+Blue) = 68+27+22=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #441B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B16 is #BBE4E9. Grayscale: #262626. Windows color (decimal): -12313834 or 1448772. OLE color: 1448772.

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

Color convert

RGB 68 27 22 -
CMYK 0 0.60 0.68 0.73
HSL 6.52º 0.51% 0.18% -
HSV(B) 6.52º 0.68% 0.27% -
XYZ 2.92 2.07 1 -
YUV 38.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 68 27 22 0 0.60 0.68 0.73 6.52 0.51 0.18
Hex 44 1B 16 0 3C 44 49 7 33 12
Octal 104 33 26 0 74 104 111 7 63 22
Binary 1000100 11011 10110 0 111100 1000100 1001001 111 110011 10010

Color Harmonies of #441B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B16

Black with #441B16

Text Example


Text Example

White with #441B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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