Html Css Color HEX #441D1A Brown Pod

📋 copy color: '#441D1A'

red 68 ◦ green 29 ◦ blue 26

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

Shades of Brown Pod #441D1A

Tints of Brown Pod #441D1A

RGB

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

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

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

R = 55.28%
G = 23.58%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#441D1A (or 0x441D1A) is known color: Brown Pod. HEX triplet: 44, 1D and 1A. RGB value is (68,29,26). Sum of RGB (Red+Green+Blue) = 68+29+26=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D1A is #BBE2E5. Grayscale: #282828. Windows color (decimal): -12313318 or 1711428. OLE color: 1711428.

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

Color convert

RGB 68 29 26 -
CMYK 0 0.57 0.62 0.73
HSL 4.29º 0.45% 0.18% -
HSV(B) 4.29º 0.62% 0.27% -
XYZ 3.01 2.18 1.24 -
YUV 40.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 68 29 26 0 0.57 0.62 0.73 4.29 0.45 0.18
Hex 44 1D 1A 0 39 3E 49 4 2D 12
Octal 104 35 32 0 71 76 111 4 55 22
Binary 1000100 11101 11010 0 111001 111110 1001001 100 101101 10010

Color Harmonies of #441D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D1A

Black with #441D1A

Text Example


Text Example

White with #441D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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