Html Css Color HEX #441C0B Brown Pod

📋 copy color: '#441C0B'

red 68 ◦ green 28 ◦ blue 11

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

Shades of Brown Pod #441C0B

Tints of Brown Pod #441C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.28%

R = 63.55%
G = 26.17%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#441C0B (or 0x441C0B) is known color: Brown Pod. HEX triplet: 44, 1C and 0B. RGB value is (68,28,11). Sum of RGB (Red+Green+Blue) = 68+28+11=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C0B is #BBE3F4. Grayscale: #262626. Windows color (decimal): -12313589 or 728132. OLE color: 728132.

HSL color Cylindrical-coordinate representation of color #441C0B: hue angle of 17.89º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441C0B is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 11 -
CMYK 0 0.59 0.84 0.73
HSL 17.89º 0.72% 0.15% -
HSV(B) 17.89º 0.84% 0.27% -
XYZ 2.86 2.08 0.57 -
YUV 38.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 68 28 11 0 0.59 0.84 0.73 17.89 0.72 0.15
Hex 44 1C B 0 3B 54 49 12 48 F
Octal 104 34 13 0 73 124 111 22 110 17
Binary 1000100 11100 1011 0 111011 1010100 1001001 10010 1001000 1111

Color Harmonies of #441C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C0B

Black with #441C0B

Text Example


Text Example

White with #441C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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