Html Css Color HEX #411913 Brown Pod

📋 copy color: '#411913'

red 65 ◦ green 25 ◦ blue 19

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

Shades of Brown Pod #411913

Tints of Brown Pod #411913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 59.63%
G = 22.94%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#411913 (or 0x411913) is known color: Brown Pod. HEX triplet: 41, 19 and 13. RGB value is (65,25,19). Sum of RGB (Red+Green+Blue) = 65+25+19=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411913 is #BEE6EC. Grayscale: #242424. Windows color (decimal): -12510957 or 1251649. OLE color: 1251649.

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

Color convert

RGB 65 25 19 -
CMYK 0 0.62 0.71 0.75
HSL 7.83º 0.55% 0.16% -
HSV(B) 7.83º 0.71% 0.25% -
XYZ 2.65 1.87 0.84 -
YUV 36.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 65 25 19 0 0.62 0.71 0.75 7.83 0.55 0.16
Hex 41 19 13 0 3E 47 4B 8 37 10
Octal 101 31 23 0 76 107 113 10 67 20
Binary 1000001 11001 10011 0 111110 1000111 1001011 1000 110111 10000

Color Harmonies of #411913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411913

Black with #411913

Text Example


Text Example

White with #411913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411913; }

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

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

background-color css

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

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

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

border-color css

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

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

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