Html Css Color HEX #411F19 Brown Pod

📋 copy color: '#411F19'

red 65 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #411F19

Tints of Brown Pod #411F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.62%

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

R = 53.72%
G = 25.62%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411F19 (or 0x411F19) is known color: Brown Pod. HEX triplet: 41, 1F and 19. RGB value is (65,31,25). Sum of RGB (Red+Green+Blue) = 65+31+25=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #411F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F19 is #BEE0E6. Grayscale: #282828. Windows color (decimal): -12509415 or 1646401. OLE color: 1646401.

HSL color Cylindrical-coordinate representation of color #411F19: hue angle of 9º 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 #411F19 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 25 -
CMYK 0 0.52 0.62 0.75
HSL 0.44% 0.18% -
HSV(B) 0.62% 0.25% -
XYZ 2.85 2.17 1.19 -
YUV 40.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 65 31 25 0 0.52 0.62 0.75 9 0.44 0.18
Hex 41 1F 19 0 34 3E 4B 9 2C 12
Octal 101 37 31 0 64 76 113 11 54 22
Binary 1000001 11111 11001 0 110100 111110 1001011 1001 101100 10010

Color Harmonies of #411F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F19

Black with #411F19

Text Example


Text Example

White with #411F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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