Html Css Color HEX #411D19 Brown Pod

📋 copy color: '#411D19'

red 65 ◦ green 29 ◦ blue 25

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

Shades of Brown Pod #411D19

Tints of Brown Pod #411D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 54.62%
G = 24.37%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411D19 (or 0x411D19) is known color: Brown Pod. HEX triplet: 41, 1D and 19. RGB value is (65,29,25). Sum of RGB (Red+Green+Blue) = 65+29+25=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D19 is #BEE2E6. Grayscale: #272727. Windows color (decimal): -12509927 or 1645889. OLE color: 1645889.

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

Color convert

RGB 65 29 25 -
CMYK 0 0.55 0.62 0.75
HSL 0.44% 0.18% -
HSV(B) 0.62% 0.25% -
XYZ 2.79 2.07 1.17 -
YUV 39.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 65 29 25 0 0.55 0.62 0.75 6 0.44 0.18
Hex 41 1D 19 0 37 3E 4B 6 2C 12
Octal 101 35 31 0 67 76 113 6 54 22
Binary 1000001 11101 11001 0 110111 111110 1001011 110 101100 10010

Color Harmonies of #411D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D19

Black with #411D19

Text Example


Text Example

White with #411D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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