Html Css Color HEX #441A10 Brown Pod

📋 copy color: '#441A10'

red 68 ◦ green 26 ◦ blue 16

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

Shades of Brown Pod #441A10

Tints of Brown Pod #441A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.55%

R = 61.82%
G = 23.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#441A10 (or 0x441A10) is known color: Brown Pod. HEX triplet: 44, 1A and 10. RGB value is (68,26,16). Sum of RGB (Red+Green+Blue) = 68+26+16=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #441A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A10 is #BBE5EF. Grayscale: #252525. Windows color (decimal): -12314096 or 1055300. OLE color: 1055300.

HSL color Cylindrical-coordinate representation of color #441A10: hue angle of 11.54º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441A10 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 16 -
CMYK 0 0.62 0.76 0.73
HSL 11.54º 0.62% 0.16% -
HSV(B) 11.54º 0.76% 0.27% -
XYZ 2.85 2.01 0.73 -
YUV 37.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 68 26 16 0 0.62 0.76 0.73 11.54 0.62 0.16
Hex 44 1A 10 0 3E 4C 49 C 3E 10
Octal 104 32 20 0 76 114 111 14 76 20
Binary 1000100 11010 10000 0 111110 1001100 1001001 1100 111110 10000

Color Harmonies of #441A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A10

Black with #441A10

Text Example


Text Example

White with #441A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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