Html Css Color HEX #441A15 Brown Pod

📋 copy color: '#441A15'

red 68 ◦ green 26 ◦ blue 21

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

Shades of Brown Pod #441A15

Tints of Brown Pod #441A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.61%

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

R = 59.13%
G = 22.61%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#441A15 (or 0x441A15) is known color: Brown Pod. HEX triplet: 44, 1A and 15. RGB value is (68,26,21). Sum of RGB (Red+Green+Blue) = 68+26+21=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #441A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A15 is #BBE5EA. Grayscale: #262626. Windows color (decimal): -12314091 or 1382980. OLE color: 1382980.

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

Color convert

RGB 68 26 21 -
CMYK 0 0.62 0.69 0.73
HSL 6.38º 0.53% 0.17% -
HSV(B) 6.38º 0.69% 0.27% -
XYZ 2.89 2.02 0.95 -
YUV 37.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 68 26 21 0 0.62 0.69 0.73 6.38 0.53 0.17
Hex 44 1A 15 0 3E 45 49 6 35 11
Octal 104 32 25 0 76 105 111 6 65 21
Binary 1000100 11010 10101 0 111110 1000101 1001001 110 110101 10001

Color Harmonies of #441A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A15

Black with #441A15

Text Example


Text Example

White with #441A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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