Html Css Color HEX #441401 Brown Pod

📋 copy color: '#441401'

red 68 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #441401

Tints of Brown Pod #441401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

 BLUE value IS 1 (0.78% from 255) = 1.12%

R = 76.4%
G = 22.47%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#441401 (or 0x441401) is known color: Brown Pod. HEX triplet: 44, 14 and 01. RGB value is (68,20,1). Sum of RGB (Red+Green+Blue) = 68+20+1=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #441401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441401 is #BBEBFE. Grayscale: #202020. Windows color (decimal): -12315647 or 70724. OLE color: 70724.

HSL color Cylindrical-coordinate representation of color #441401: hue angle of 17.01º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #441401 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 20 1 -
CMYK 0 0.71 0.99 0.73
HSL 17.01º 0.97% 0.14% -
HSV(B) 17.01º 0.99% 0.27% -
XYZ 2.64 1.73 0.22 -
YUV 32.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 68 20 1 0 0.71 0.99 0.73 17.01 0.97 0.14
Hex 44 14 1 0 47 63 49 11 61 E
Octal 104 24 1 0 107 143 111 21 141 16
Binary 1000100 10100 1 0 1000111 1100011 1001001 10001 1100001 1110

Color Harmonies of #441401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441401

Black with #441401

Text Example


Text Example

White with #441401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441401; }

 p { color: rgb(68,20,1); }

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

background-color css

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

 a { background-color: rgb(68,20,1); }

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

border-color css

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

 span { border-color: rgb(68,20,1); }

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