Html Css Color HEX #441E04 Brown Pod

📋 copy color: '#441E04'

red 68 ◦ green 30 ◦ blue 4

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

Shades of Brown Pod #441E04

Tints of Brown Pod #441E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 66.67%
G = 29.41%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441E04 (or 0x441E04) is known color: Brown Pod. HEX triplet: 44, 1E and 04. RGB value is (68,30,4). Sum of RGB (Red+Green+Blue) = 68+30+4=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #441E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E04 is #BBE1FB. Grayscale: #262626. Windows color (decimal): -12313084 or 269892. OLE color: 269892.

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

Color convert

RGB 68 30 4 -
CMYK 0 0.56 0.94 0.73
HSL 24.38º 0.89% 0.14% -
HSV(B) 24.38º 0.94% 0.27% -
XYZ 2.87 2.17 0.38 -
YUV 38.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 68 30 4 0 0.56 0.94 0.73 24.38 0.89 0.14
Hex 44 1E 4 0 38 5E 49 18 59 E
Octal 104 36 4 0 70 136 111 30 131 16
Binary 1000100 11110 100 0 111000 1011110 1001001 11000 1011001 1110

Color Harmonies of #441E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E04

Black with #441E04

Text Example


Text Example

White with #441E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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