Html Css Color HEX #441D11 Brown Pod

📋 copy color: '#441D11'

red 68 ◦ green 29 ◦ blue 17

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

Shades of Brown Pod #441D11

Tints of Brown Pod #441D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.44%

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

R = 59.65%
G = 25.44%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#441D11 (or 0x441D11) is known color: Brown Pod. HEX triplet: 44, 1D and 11. RGB value is (68,29,17). Sum of RGB (Red+Green+Blue) = 68+29+17=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #441D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D11 is #BBE2EE. Grayscale: #272727. Windows color (decimal): -12313327 or 1121604. OLE color: 1121604.

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

Color convert

RGB 68 29 17 -
CMYK 0 0.57 0.75 0.73
HSL 14.12º 0.6% 0.17% -
HSV(B) 14.12º 0.75% 0.27% -
XYZ 2.92 2.15 0.79 -
YUV 39.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 68 29 17 0 0.57 0.75 0.73 14.12 0.6 0.17
Hex 44 1D 11 0 39 4B 49 E 3C 11
Octal 104 35 21 0 71 113 111 16 74 21
Binary 1000100 11101 10001 0 111001 1001011 1001001 1110 111100 10001

Color Harmonies of #441D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D11

Black with #441D11

Text Example


Text Example

White with #441D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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