Html Css Color HEX #441F1A Brown Pod

📋 copy color: '#441F1A'

red 68 ◦ green 31 ◦ blue 26

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

Shades of Brown Pod #441F1A

Tints of Brown Pod #441F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 54.4%
G = 24.8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#441F1A (or 0x441F1A) is known color: Brown Pod. HEX triplet: 44, 1F and 1A. RGB value is (68,31,26). Sum of RGB (Red+Green+Blue) = 68+31+26=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F1A is #BBE0E5. Grayscale: #292929. Windows color (decimal): -12312806 or 1711940. OLE color: 1711940.

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

Color convert

RGB 68 31 26 -
CMYK 0 0.54 0.62 0.73
HSL 7.14º 0.45% 0.18% -
HSV(B) 7.14º 0.62% 0.27% -
XYZ 3.06 2.28 1.26 -
YUV 41.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 68 31 26 0 0.54 0.62 0.73 7.14 0.45 0.18
Hex 44 1F 1A 0 36 3E 49 7 2D 12
Octal 104 37 32 0 66 76 111 7 55 22
Binary 1000100 11111 11010 0 110110 111110 1001001 111 101101 10010

Color Harmonies of #441F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F1A

Black with #441F1A

Text Example


Text Example

White with #441F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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