Html Css Color HEX #442011 Brown Pod

📋 copy color: '#442011'

red 68 ◦ green 32 ◦ blue 17

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

Shades of Brown Pod #442011

Tints of Brown Pod #442011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

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

R = 58.12%
G = 27.35%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#442011 (or 0x442011) is known color: Brown Pod. HEX triplet: 44, 20 and 11. RGB value is (68,32,17). Sum of RGB (Red+Green+Blue) = 68+32+17=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #442011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442011 is #BBDFEE. Grayscale: #292929. Windows color (decimal): -12312559 or 1122372. OLE color: 1122372.

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

Color convert

RGB 68 32 17 -
CMYK 0 0.53 0.75 0.73
HSL 17.65º 0.6% 0.17% -
HSV(B) 17.65º 0.75% 0.27% -
XYZ 3 2.3 0.82 -
YUV 41.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 68 32 17 0 0.53 0.75 0.73 17.65 0.6 0.17
Hex 44 20 11 0 35 4B 49 12 3C 11
Octal 104 40 21 0 65 113 111 22 74 21
Binary 1000100 100000 10001 0 110101 1001011 1001001 10010 111100 10001

Color Harmonies of #442011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442011

Black with #442011

Text Example


Text Example

White with #442011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442011; }

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

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

background-color css

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

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

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

border-color css

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

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

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