Html Css Color HEX #441811 Brown Pod

📋 copy color: '#441811'

red 68 ◦ green 24 ◦ blue 17

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

Shades of Brown Pod #441811

Tints of Brown Pod #441811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.02%

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

R = 62.39%
G = 22.02%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#441811 (or 0x441811) is known color: Brown Pod. HEX triplet: 44, 18 and 11. RGB value is (68,24,17). Sum of RGB (Red+Green+Blue) = 68+24+17=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #441811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441811 is #BBE7EE. Grayscale: #242424. Windows color (decimal): -12314607 or 1120324. OLE color: 1120324.

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

Color convert

RGB 68 24 17 -
CMYK 0 0.65 0.75 0.73
HSL 8.24º 0.6% 0.17% -
HSV(B) 8.24º 0.75% 0.27% -
XYZ 2.81 1.92 0.75 -
YUV 36.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 68 24 17 0 0.65 0.75 0.73 8.24 0.6 0.17
Hex 44 18 11 0 41 4B 49 8 3C 11
Octal 104 30 21 0 101 113 111 10 74 21
Binary 1000100 11000 10001 0 1000001 1001011 1001001 1000 111100 10001

Color Harmonies of #441811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441811

Black with #441811

Text Example


Text Example

White with #441811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441811; }

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

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

background-color css

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

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

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

border-color css

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

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

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