Html Css Color HEX #441D04 Brown Pod

📋 copy color: '#441D04'

red 68 ◦ green 29 ◦ blue 4

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

Shades of Brown Pod #441D04

Tints of Brown Pod #441D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.71%

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

R = 67.33%
G = 28.71%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441D04 (or 0x441D04) is known color: Brown Pod. HEX triplet: 44, 1D and 04. RGB value is (68,29,4). Sum of RGB (Red+Green+Blue) = 68+29+4=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #441D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D04 is #BBE2FB. Grayscale: #252525. Windows color (decimal): -12313340 or 269636. OLE color: 269636.

HSL color Cylindrical-coordinate representation of color #441D04: hue angle of 23.44º 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 #441D04 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 4 -
CMYK 0 0.57 0.94 0.73
HSL 23.44º 0.89% 0.14% -
HSV(B) 23.44º 0.94% 0.27% -
XYZ 2.85 2.12 0.37 -
YUV 37.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 68 29 4 0 0.57 0.94 0.73 23.44 0.89 0.14
Hex 44 1D 4 0 39 5E 49 17 59 E
Octal 104 35 4 0 71 136 111 27 131 16
Binary 1000100 11101 100 0 111001 1011110 1001001 10111 1011001 1110

Color Harmonies of #441D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D04

Black with #441D04

Text Example


Text Example

White with #441D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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