Html Css Color HEX #441D19 Brown Pod

📋 copy color: '#441D19'

red 68 ◦ green 29 ◦ blue 25

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

Shades of Brown Pod #441D19

Tints of Brown Pod #441D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 55.74%
G = 23.77%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#441D19 (or 0x441D19) is known color: Brown Pod. HEX triplet: 44, 1D and 19. RGB value is (68,29,25). Sum of RGB (Red+Green+Blue) = 68+29+25=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D19 is #BBE2E6. Grayscale: #282828. Windows color (decimal): -12313319 or 1645892. OLE color: 1645892.

HSL color Cylindrical-coordinate representation of color #441D19: hue angle of 5.58º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441D19 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 25 -
CMYK 0 0.57 0.63 0.73
HSL 5.58º 0.46% 0.18% -
HSV(B) 5.58º 0.63% 0.27% -
XYZ 3 2.18 1.18 -
YUV 40.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 68 29 25 0 0.57 0.63 0.73 5.58 0.46 0.18
Hex 44 1D 19 0 39 3F 49 6 2E 12
Octal 104 35 31 0 71 77 111 6 56 22
Binary 1000100 11101 11001 0 111001 111111 1001001 110 101110 10010

Color Harmonies of #441D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D19

Black with #441D19

Text Example


Text Example

White with #441D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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