Html Css Color HEX #441905 Brown Pod

📋 copy color: '#441905'

red 68 ◦ green 25 ◦ blue 5

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

Shades of Brown Pod #441905

Tints of Brown Pod #441905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.1%

R = 69.39%
G = 25.51%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#441905 (or 0x441905) is known color: Brown Pod. HEX triplet: 44, 19 and 05. RGB value is (68,25,5). Sum of RGB (Red+Green+Blue) = 68+25+5=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #441905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441905 is #BBE6FA. Grayscale: #232323. Windows color (decimal): -12314363 or 334148. OLE color: 334148.

HSL color Cylindrical-coordinate representation of color #441905: hue angle of 19.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #441905 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 25 5 -
CMYK 0 0.63 0.93 0.73
HSL 19.05º 0.86% 0.14% -
HSV(B) 19.05º 0.93% 0.27% -
XYZ 2.76 1.94 0.37 -
YUV 35.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 68 25 5 0 0.63 0.93 0.73 19.05 0.86 0.14
Hex 44 19 5 0 3F 5D 49 13 56 E
Octal 104 31 5 0 77 135 111 23 126 16
Binary 1000100 11001 101 0 111111 1011101 1001001 10011 1010110 1110

Color Harmonies of #441905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441905

Black with #441905

Text Example


Text Example

White with #441905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441905; }

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

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

background-color css

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

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

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

border-color css

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

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

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