Html Css Color HEX #441C10 Brown Pod

📋 copy color: '#441C10'

red 68 ◦ green 28 ◦ blue 16

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

Shades of Brown Pod #441C10

Tints of Brown Pod #441C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25%

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

R = 60.71%
G = 25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#441C10 (or 0x441C10) is known color: Brown Pod. HEX triplet: 44, 1C and 10. RGB value is (68,28,16). Sum of RGB (Red+Green+Blue) = 68+28+16=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C10 is #BBE3EF. Grayscale: #262626. Windows color (decimal): -12313584 or 1055812. OLE color: 1055812.

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

Color convert

RGB 68 28 16 -
CMYK 0 0.59 0.76 0.73
HSL 13.85º 0.62% 0.16% -
HSV(B) 13.85º 0.76% 0.27% -
XYZ 2.89 2.1 0.74 -
YUV 38.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 68 28 16 0 0.59 0.76 0.73 13.85 0.62 0.16
Hex 44 1C 10 0 3B 4C 49 E 3E 10
Octal 104 34 20 0 73 114 111 16 76 20
Binary 1000100 11100 10000 0 111011 1001100 1001001 1110 111110 10000

Color Harmonies of #441C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C10

Black with #441C10

Text Example


Text Example

White with #441C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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