Html Css Color HEX #442111 Brown Pod

📋 copy color: '#442111'

red 68 ◦ green 33 ◦ blue 17

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

Shades of Brown Pod #442111

Tints of Brown Pod #442111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

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

R = 57.63%
G = 27.97%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#442111 (or 0x442111) is known color: Brown Pod. HEX triplet: 44, 21 and 11. RGB value is (68,33,17). Sum of RGB (Red+Green+Blue) = 68+33+17=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442111 is #BBDEEE. Grayscale: #292929. Windows color (decimal): -12312303 or 1122628. OLE color: 1122628.

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

Color convert

RGB 68 33 17 -
CMYK 0 0.51 0.75 0.73
HSL 18.82º 0.6% 0.17% -
HSV(B) 18.82º 0.75% 0.27% -
XYZ 3.03 2.36 0.83 -
YUV 41.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 68 33 17 0 0.51 0.75 0.73 18.82 0.6 0.17
Hex 44 21 11 0 33 4B 49 13 3C 11
Octal 104 41 21 0 63 113 111 23 74 21
Binary 1000100 100001 10001 0 110011 1001011 1001001 10011 111100 10001

Color Harmonies of #442111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442111

Black with #442111

Text Example


Text Example

White with #442111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442111; }

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

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

background-color css

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

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

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

border-color css

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

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

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