Html Css Color HEX #441E11 Brown Pod

📋 copy color: '#441E11'

red 68 ◦ green 30 ◦ blue 17

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

Shades of Brown Pod #441E11

Tints of Brown Pod #441E11

RGB

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

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

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

R = 59.13%
G = 26.09%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#441E11 (or 0x441E11) is known color: Brown Pod. HEX triplet: 44, 1E and 11. RGB value is (68,30,17). Sum of RGB (Red+Green+Blue) = 68+30+17=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #441E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E11 is #BBE1EE. Grayscale: #272727. Windows color (decimal): -12313071 or 1121860. OLE color: 1121860.

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

Color convert

RGB 68 30 17 -
CMYK 0 0.56 0.75 0.73
HSL 15.29º 0.6% 0.17% -
HSV(B) 15.29º 0.75% 0.27% -
XYZ 2.95 2.2 0.8 -
YUV 39.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 68 30 17 0 0.56 0.75 0.73 15.29 0.6 0.17
Hex 44 1E 11 0 38 4B 49 F 3C 11
Octal 104 36 21 0 70 113 111 17 74 21
Binary 1000100 11110 10001 0 111000 1001011 1001001 1111 111100 10001

Color Harmonies of #441E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E11

Black with #441E11

Text Example


Text Example

White with #441E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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