Html Css Color HEX #441E1C Brown Pod

📋 copy color: '#441E1C'

red 68 ◦ green 30 ◦ blue 28

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

Shades of Brown Pod #441E1C

Tints of Brown Pod #441E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 53.97%
G = 23.81%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#441E1C (or 0x441E1C) is known color: Brown Pod. HEX triplet: 44, 1E and 1C. RGB value is (68,30,28). Sum of RGB (Red+Green+Blue) = 68+30+28=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E1C is #BBE1E3. Grayscale: #292929. Windows color (decimal): -12313060 or 1842756. OLE color: 1842756.

HSL color Cylindrical-coordinate representation of color #441E1C: hue angle of 3º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441E1C is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 30 28 -
CMYK 0 0.56 0.59 0.73
HSL 0.42% 0.19% -
HSV(B) 0.59% 0.27% -
XYZ 3.06 2.24 1.37 -
YUV 41.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 68 30 28 0 0.56 0.59 0.73 3 0.42 0.19
Hex 44 1E 1C 0 38 3B 49 3 2A 13
Octal 104 36 34 0 70 73 111 3 52 23
Binary 1000100 11110 11100 0 111000 111011 1001001 11 101010 10011

Color Harmonies of #441E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E1C

Black with #441E1C

Text Example


Text Example

White with #441E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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