Html Css Color HEX #411911 Brown Pod

📋 copy color: '#411911'

red 65 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #411911

Tints of Brown Pod #411911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.36%

 BLUE value IS 17 (7.03% from 255) = 15.89%

R = 60.75%
G = 23.36%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411911 (or 0x411911) is known color: Brown Pod. HEX triplet: 41, 19 and 11. RGB value is (65,25,17). Sum of RGB (Red+Green+Blue) = 65+25+17=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411911 is #BEE6EE. Grayscale: #242424. Windows color (decimal): -12510959 or 1120577. OLE color: 1120577.

HSL color Cylindrical-coordinate representation of color #411911: hue angle of 10º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411911 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 17 -
CMYK 0 0.62 0.74 0.75
HSL 10º 0.59% 0.16% -
HSV(B) 10º 0.74% 0.25% -
XYZ 2.63 1.86 0.75 -
YUV 36.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 65 25 17 0 0.62 0.74 0.75 10 0.59 0.16
Hex 41 19 11 0 3E 4A 4B A 3B 10
Octal 101 31 21 0 76 112 113 12 73 20
Binary 1000001 11001 10001 0 111110 1001010 1001011 1010 111011 10000

Color Harmonies of #411911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411911

Black with #411911

Text Example


Text Example

White with #411911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411911; }

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

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

background-color css

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

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

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

border-color css

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

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

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