Html Css Color HEX #441F15 Brown Pod

📋 copy color: '#441F15'

red 68 ◦ green 31 ◦ blue 21

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

Shades of Brown Pod #441F15

Tints of Brown Pod #441F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 56.67%
G = 25.83%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#441F15 (or 0x441F15) is known color: Brown Pod. HEX triplet: 44, 1F and 15. RGB value is (68,31,21). Sum of RGB (Red+Green+Blue) = 68+31+21=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F15 is #BBE0EA. Grayscale: #292929. Windows color (decimal): -12312811 or 1384260. OLE color: 1384260.

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

Color convert

RGB 68 31 21 -
CMYK 0 0.54 0.69 0.73
HSL 12.77º 0.53% 0.17% -
HSV(B) 12.77º 0.69% 0.27% -
XYZ 3.01 2.26 0.99 -
YUV 40.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 68 31 21 0 0.54 0.69 0.73 12.77 0.53 0.17
Hex 44 1F 15 0 36 45 49 D 35 11
Octal 104 37 25 0 66 105 111 15 65 21
Binary 1000100 11111 10101 0 110110 1000101 1001001 1101 110101 10001

Color Harmonies of #441F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F15

Black with #441F15

Text Example


Text Example

White with #441F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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