Html Css Color HEX #411D09 Brown Pod

📋 copy color: '#411D09'

red 65 ◦ green 29 ◦ blue 9

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

Shades of Brown Pod #411D09

Tints of Brown Pod #411D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.74%

R = 63.11%
G = 28.16%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411D09 (or 0x411D09) is known color: Brown Pod. HEX triplet: 41, 1D and 09. RGB value is (65,29,9). Sum of RGB (Red+Green+Blue) = 65+29+9=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D09 is #BEE2F6. Grayscale: #252525. Windows color (decimal): -12509943 or 597313. OLE color: 597313.

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

Color convert

RGB 65 29 9 -
CMYK 0 0.55 0.86 0.75
HSL 21.43º 0.76% 0.15% -
HSV(B) 21.43º 0.86% 0.25% -
XYZ 2.67 2.02 0.51 -
YUV 37.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 65 29 9 0 0.55 0.86 0.75 21.43 0.76 0.15
Hex 41 1D 9 0 37 56 4B 15 4C F
Octal 101 35 11 0 67 126 113 25 114 17
Binary 1000001 11101 1001 0 110111 1010110 1001011 10101 1001100 1111

Color Harmonies of #411D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D09

Black with #411D09

Text Example


Text Example

White with #411D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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