Html Css Color HEX #441F04 Brown Pod

📋 copy color: '#441F04'

red 68 ◦ green 31 ◦ blue 4

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

Shades of Brown Pod #441F04

Tints of Brown Pod #441F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.1%

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

R = 66.02%
G = 30.1%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441F04 (or 0x441F04) is known color: Brown Pod. HEX triplet: 44, 1F and 04. RGB value is (68,31,4). Sum of RGB (Red+Green+Blue) = 68+31+4=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #441F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F04 is #BBE0FB. Grayscale: #272727. Windows color (decimal): -12312828 or 270148. OLE color: 270148.

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

Color convert

RGB 68 31 4 -
CMYK 0 0.54 0.94 0.73
HSL 25.31º 0.89% 0.14% -
HSV(B) 25.31º 0.94% 0.27% -
XYZ 2.9 2.22 0.39 -
YUV 38.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 68 31 4 0 0.54 0.94 0.73 25.31 0.89 0.14
Hex 44 1F 4 0 36 5E 49 19 59 E
Octal 104 37 4 0 66 136 111 31 131 16
Binary 1000100 11111 100 0 110110 1011110 1001001 11001 1011001 1110

Color Harmonies of #441F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F04

Black with #441F04

Text Example


Text Example

White with #441F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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