Html Css Color HEX #441A11 Brown Pod

📋 copy color: '#441A11'

red 68 ◦ green 26 ◦ blue 17

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

Shades of Brown Pod #441A11

Tints of Brown Pod #441A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.42%

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

R = 61.26%
G = 23.42%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#441A11 (or 0x441A11) is known color: Brown Pod. HEX triplet: 44, 1A and 11. RGB value is (68,26,17). Sum of RGB (Red+Green+Blue) = 68+26+17=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #441A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A11 is #BBE5EE. Grayscale: #252525. Windows color (decimal): -12314095 or 1120836. OLE color: 1120836.

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

Color convert

RGB 68 26 17 -
CMYK 0 0.62 0.75 0.73
HSL 10.59º 0.6% 0.17% -
HSV(B) 10.59º 0.75% 0.27% -
XYZ 2.85 2.01 0.77 -
YUV 37.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 68 26 17 0 0.62 0.75 0.73 10.59 0.6 0.17
Hex 44 1A 11 0 3E 4B 49 B 3C 11
Octal 104 32 21 0 76 113 111 13 74 21
Binary 1000100 11010 10001 0 111110 1001011 1001001 1011 111100 10001

Color Harmonies of #441A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A11

Black with #441A11

Text Example


Text Example

White with #441A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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