Html Css Color HEX #411E11 Brown Pod

📋 copy color: '#411E11'

red 65 ◦ green 30 ◦ blue 17

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

Shades of Brown Pod #411E11

Tints of Brown Pod #411E11

RGB

 RED value IS 65 (25.78% from 255) = 58.04%

 GREEN value IS 30 (12.11% from 255) = 26.79%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 58.04%
G = 26.79%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411E11 (or 0x411E11) is known color: Brown Pod. HEX triplet: 41, 1E and 11. RGB value is (65,30,17). Sum of RGB (Red+Green+Blue) = 65+30+17=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E11 is #BEE1EE. Grayscale: #272727. Windows color (decimal): -12509679 or 1121857. OLE color: 1121857.

HSL color Cylindrical-coordinate representation of color #411E11: hue angle of 16.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411E11 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 17 -
CMYK 0 0.54 0.74 0.75
HSL 16.25º 0.59% 0.16% -
HSV(B) 16.25º 0.74% 0.25% -
XYZ 2.75 2.09 0.79 -
YUV 38.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 65 30 17 0 0.54 0.74 0.75 16.25 0.59 0.16
Hex 41 1E 11 0 36 4A 4B 10 3B 10
Octal 101 36 21 0 66 112 113 20 73 20
Binary 1000001 11110 10001 0 110110 1001010 1001011 10000 111011 10000

Color Harmonies of #411E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E11

Black with #411E11

Text Example


Text Example

White with #411E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E11; }

 p { color: rgb(65,30,17); }

 H1.HeaderClassName
 {
   color: #411E11;
 }
 .AnyTagClassName
 {
   color: #411E11;
 }
</style>

background-color css

<style>
 a { background-color: #411E11; }

 a { background-color: rgb(65,30,17); }

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

border-color css

<style>
 span { border-color: #411E11; }

 span { border-color: rgb(65,30,17); }

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