Html Css Color HEX #411D14 Brown Pod

📋 copy color: '#411D14'

red 65 ◦ green 29 ◦ blue 20

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

Shades of Brown Pod #411D14

Tints of Brown Pod #411D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.44%

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 57.02%
G = 25.44%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#411D14 (or 0x411D14) is known color: Brown Pod. HEX triplet: 41, 1D and 14. RGB value is (65,29,20). Sum of RGB (Red+Green+Blue) = 65+29+20=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #411D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D14 is #BEE2EB. Grayscale: #262626. Windows color (decimal): -12509932 or 1318209. OLE color: 1318209.

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

Color convert

RGB 65 29 20 -
CMYK 0 0.55 0.69 0.75
HSL 12º 0.53% 0.17% -
HSV(B) 12º 0.69% 0.25% -
XYZ 2.75 2.05 0.91 -
YUV 38.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 65 29 20 0 0.55 0.69 0.75 12 0.53 0.17
Hex 41 1D 14 0 37 45 4B C 35 11
Octal 101 35 24 0 67 105 113 14 65 21
Binary 1000001 11101 10100 0 110111 1000101 1001011 1100 110101 10001

Color Harmonies of #411D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D14

Black with #411D14

Text Example


Text Example

White with #411D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,20); }

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

background-color css

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

 a { background-color: rgb(65,29,20); }

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

border-color css

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

 span { border-color: rgb(65,29,20); }

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