Html Css Color HEX #441A04 Brown Pod

📋 copy color: '#441A04'

red 68 ◦ green 26 ◦ blue 4

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

Shades of Brown Pod #441A04

Tints of Brown Pod #441A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

 BLUE value IS 4 (1.95% from 255) = 4.08%

R = 69.39%
G = 26.53%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441A04 (or 0x441A04) is known color: Brown Pod. HEX triplet: 44, 1A and 04. RGB value is (68,26,4). Sum of RGB (Red+Green+Blue) = 68+26+4=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #441A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A04 is #BBE5FB. Grayscale: #242424. Windows color (decimal): -12314108 or 268868. OLE color: 268868.

HSL color Cylindrical-coordinate representation of color #441A04: hue angle of 20.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #441A04 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 4 -
CMYK 0 0.62 0.94 0.73
HSL 20.63º 0.89% 0.14% -
HSV(B) 20.63º 0.94% 0.27% -
XYZ 2.78 1.98 0.35 -
YUV 36.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 68 26 4 0 0.62 0.94 0.73 20.63 0.89 0.14
Hex 44 1A 4 0 3E 5E 49 15 59 E
Octal 104 32 4 0 76 136 111 25 131 16
Binary 1000100 11010 100 0 111110 1011110 1001001 10101 1011001 1110

Color Harmonies of #441A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A04

Black with #441A04

Text Example


Text Example

White with #441A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A04; }

 p { color: rgb(68,26,4); }

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

background-color css

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

 a { background-color: rgb(68,26,4); }

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

border-color css

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

 span { border-color: rgb(68,26,4); }

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