Html Css Color HEX #441F1E Brown Pod

📋 copy color: '#441F1E'

red 68 ◦ green 31 ◦ blue 30

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

Shades of Brown Pod #441F1E

Tints of Brown Pod #441F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 52.71%
G = 24.03%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#441F1E (or 0x441F1E) is known color: Brown Pod. HEX triplet: 44, 1F and 1E. RGB value is (68,31,30). Sum of RGB (Red+Green+Blue) = 68+31+30=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F1E is #BBE0E1. Grayscale: #292929. Windows color (decimal): -12312802 or 1974084. OLE color: 1974084.

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

Color convert

RGB 68 31 30 -
CMYK 0 0.54 0.56 0.73
HSL 1.58º 0.39% 0.19% -
HSV(B) 1.58º 0.56% 0.27% -
XYZ 3.11 2.3 1.51 -
YUV 41.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 68 31 30 0 0.54 0.56 0.73 1.58 0.39 0.19
Hex 44 1F 1E 0 36 38 49 2 27 13
Octal 104 37 36 0 66 70 111 2 47 23
Binary 1000100 11111 11110 0 110110 111000 1001001 10 100111 10011

Color Harmonies of #441F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F1E

Black with #441F1E

Text Example


Text Example

White with #441F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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