Html Css Color HEX #441904 Brown Pod

📋 copy color: '#441904'

red 68 ◦ green 25 ◦ blue 4

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

Shades of Brown Pod #441904

Tints of Brown Pod #441904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

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

R = 70.1%
G = 25.77%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441904 (or 0x441904) is known color: Brown Pod. HEX triplet: 44, 19 and 04. RGB value is (68,25,4). Sum of RGB (Red+Green+Blue) = 68+25+4=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #441904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441904 is #BBE6FB. Grayscale: #232323. Windows color (decimal): -12314364 or 268612. OLE color: 268612.

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

Color convert

RGB 68 25 4 -
CMYK 0 0.63 0.94 0.73
HSL 19.69º 0.89% 0.14% -
HSV(B) 19.69º 0.94% 0.27% -
XYZ 2.75 1.93 0.34 -
YUV 35.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 68 25 4 0 0.63 0.94 0.73 19.69 0.89 0.14
Hex 44 19 4 0 3F 5E 49 14 59 E
Octal 104 31 4 0 77 136 111 24 131 16
Binary 1000100 11001 100 0 111111 1011110 1001001 10100 1011001 1110

Color Harmonies of #441904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441904

Black with #441904

Text Example


Text Example

White with #441904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441904; }

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

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

background-color css

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

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

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

border-color css

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

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

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