Html Css Color HEX #441301 Brown Pod

📋 copy color: '#441301'

red 68 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #441301

Tints of Brown Pod #441301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

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

R = 77.27%
G = 21.59%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#441301 (or 0x441301) is known color: Brown Pod. HEX triplet: 44, 13 and 01. RGB value is (68,19,1). Sum of RGB (Red+Green+Blue) = 68+19+1=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #441301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441301 is #BBECFE. Grayscale: #1F1F1F. Windows color (decimal): -12315903 or 70468. OLE color: 70468.

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

Color convert

RGB 68 19 1 -
CMYK 0 0.72 0.99 0.73
HSL 16.12º 0.97% 0.14% -
HSV(B) 16.12º 0.99% 0.27% -
XYZ 2.62 1.7 0.22 -
YUV 31.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 68 19 1 0 0.72 0.99 0.73 16.12 0.97 0.14
Hex 44 13 1 0 48 63 49 10 61 E
Octal 104 23 1 0 110 143 111 20 141 16
Binary 1000100 10011 1 0 1001000 1100011 1001001 10000 1100001 1110

Color Harmonies of #441301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441301

Black with #441301

Text Example


Text Example

White with #441301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441301; }

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

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

background-color css

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

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

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

border-color css

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

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

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