Html Css Color HEX #441E19 Brown Pod

📋 copy color: '#441E19'

red 68 ◦ green 30 ◦ blue 25

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

Shades of Brown Pod #441E19

Tints of Brown Pod #441E19

RGB

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

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

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

R = 55.28%
G = 24.39%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#441E19 (or 0x441E19) is known color: Brown Pod. HEX triplet: 44, 1E and 19. RGB value is (68,30,25). Sum of RGB (Red+Green+Blue) = 68+30+25=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E19 is #BBE1E6. Grayscale: #282828. Windows color (decimal): -12313063 or 1646148. OLE color: 1646148.

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

Color convert

RGB 68 30 25 -
CMYK 0 0.56 0.63 0.73
HSL 6.98º 0.46% 0.18% -
HSV(B) 6.98º 0.63% 0.27% -
XYZ 3.02 2.23 1.19 -
YUV 40.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 68 30 25 0 0.56 0.63 0.73 6.98 0.46 0.18
Hex 44 1E 19 0 38 3F 49 7 2E 12
Octal 104 36 31 0 70 77 111 7 56 22
Binary 1000100 11110 11001 0 111000 111111 1001001 111 101110 10010

Color Harmonies of #441E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E19

Black with #441E19

Text Example


Text Example

White with #441E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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