Html Css Color HEX #441C11 Brown Pod

📋 copy color: '#441C11'

red 68 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #441C11

Tints of Brown Pod #441C11

RGB

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

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

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

R = 60.18%
G = 24.78%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#441C11 (or 0x441C11) is known color: Brown Pod. HEX triplet: 44, 1C and 11. RGB value is (68,28,17). Sum of RGB (Red+Green+Blue) = 68+28+17=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #441C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C11 is #BBE3EE. Grayscale: #262626. Windows color (decimal): -12313583 or 1121348. OLE color: 1121348.

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

Color convert

RGB 68 28 17 -
CMYK 0 0.59 0.75 0.73
HSL 12.94º 0.6% 0.17% -
HSV(B) 12.94º 0.75% 0.27% -
XYZ 2.9 2.1 0.78 -
YUV 38.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 68 28 17 0 0.59 0.75 0.73 12.94 0.6 0.17
Hex 44 1C 11 0 3B 4B 49 D 3C 11
Octal 104 34 21 0 73 113 111 15 74 21
Binary 1000100 11100 10001 0 111011 1001011 1001001 1101 111100 10001

Color Harmonies of #441C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C11

Black with #441C11

Text Example


Text Example

White with #441C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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