Html Css Color HEX #441F11 Brown Pod

📋 copy color: '#441F11'

red 68 ◦ green 31 ◦ blue 17

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

Shades of Brown Pod #441F11

Tints of Brown Pod #441F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.72%

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 58.62%
G = 26.72%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#441F11 (or 0x441F11) is known color: Brown Pod. HEX triplet: 44, 1F and 11. RGB value is (68,31,17). Sum of RGB (Red+Green+Blue) = 68+31+17=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #441F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F11 is #BBE0EE. Grayscale: #282828. Windows color (decimal): -12312815 or 1122116. OLE color: 1122116.

HSL color Cylindrical-coordinate representation of color #441F11: hue angle of 16.47º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441F11 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 31 17 -
CMYK 0 0.54 0.75 0.73
HSL 16.47º 0.6% 0.17% -
HSV(B) 16.47º 0.75% 0.27% -
XYZ 2.98 2.25 0.81 -
YUV 40.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 68 31 17 0 0.54 0.75 0.73 16.47 0.6 0.17
Hex 44 1F 11 0 36 4B 49 10 3C 11
Octal 104 37 21 0 66 113 111 20 74 21
Binary 1000100 11111 10001 0 110110 1001011 1001001 10000 111100 10001

Color Harmonies of #441F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F11

Black with #441F11

Text Example


Text Example

White with #441F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,31,17); }

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

background-color css

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

 a { background-color: rgb(68,31,17); }

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

border-color css

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

 span { border-color: rgb(68,31,17); }

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