Html Css Color HEX #411E17 Brown Pod

📋 copy color: '#411E17'

red 65 ◦ green 30 ◦ blue 23

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

Shades of Brown Pod #411E17

Tints of Brown Pod #411E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.49%

R = 55.08%
G = 25.42%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#411E17 (or 0x411E17) is known color: Brown Pod. HEX triplet: 41, 1E and 17. RGB value is (65,30,23). Sum of RGB (Red+Green+Blue) = 65+30+23=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E17 is #BEE1E8. Grayscale: #272727. Windows color (decimal): -12509673 or 1515073. OLE color: 1515073.

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

Color convert

RGB 65 30 23 -
CMYK 0 0.54 0.65 0.75
HSL 10º 0.48% 0.17% -
HSV(B) 10º 0.65% 0.25% -
XYZ 2.8 2.11 1.07 -
YUV 39.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 65 30 23 0 0.54 0.65 0.75 10 0.48 0.17
Hex 41 1E 17 0 36 41 4B A 30 11
Octal 101 36 27 0 66 101 113 12 60 21
Binary 1000001 11110 10111 0 110110 1000001 1001011 1010 110000 10001

Color Harmonies of #411E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E17

Black with #411E17

Text Example


Text Example

White with #411E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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