Html Css Color HEX #441100 Brown Pod

📋 copy color: '#441100'

red 68 ◦ green 17 ◦ blue 0

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

Shades of Brown Pod #441100

Tints of Brown Pod #441100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#441100 (or 0x441100) is known color: Brown Pod. HEX triplet: 44, 11 and 00. RGB value is (68,17,0). Sum of RGB (Red+Green+Blue) = 68+17+0=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #441100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441100 is #BBEEFF. Grayscale: #1E1E1E. Windows color (decimal): -12316416 or 4420. OLE color: 4420.

HSL color Cylindrical-coordinate representation of color #441100: hue angle of 15º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #441100 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 17 0 -
CMYK 0 0.75 1 0.73
HSL 15º 1% 0.13% -
HSV(B) 15º 1% 0.27% -
XYZ 2.58 1.63 0.18 -
YUV 30.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 68 17 0 0 0.75 1 0.73 15 1 0.13
Hex 44 11 0 0 4B 64 49 F 64 D
Octal 104 21 0 0 113 144 111 17 144 15
Binary 1000100 10001 0 0 1001011 1100100 1001001 1111 1100100 1101

Color Harmonies of #441100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441100

Black with #441100

Text Example


Text Example

White with #441100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441100; }

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

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

background-color css

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

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

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

border-color css

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

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

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