Html Css Color HEX #411905 Brown Pod

📋 copy color: '#411905'

red 65 ◦ green 25 ◦ blue 5

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

Shades of Brown Pod #411905

Tints of Brown Pod #411905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.26%

R = 68.42%
G = 26.32%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#411905 (or 0x411905) is known color: Brown Pod. HEX triplet: 41, 19 and 05. RGB value is (65,25,5). Sum of RGB (Red+Green+Blue) = 65+25+5=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411905 is #BEE6FA. Grayscale: #222222. Windows color (decimal): -12510971 or 334145. OLE color: 334145.

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

Color convert

RGB 65 25 5 -
CMYK 0 0.62 0.92 0.75
HSL 20º 0.86% 0.14% -
HSV(B) 20º 0.92% 0.25% -
XYZ 2.55 1.83 0.36 -
YUV 34.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 65 25 5 0 0.62 0.92 0.75 20 0.86 0.14
Hex 41 19 5 0 3E 5C 4B 14 56 E
Octal 101 31 5 0 76 134 113 24 126 16
Binary 1000001 11001 101 0 111110 1011100 1001011 10100 1010110 1110

Color Harmonies of #411905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411905

Black with #411905

Text Example


Text Example

White with #411905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411905; }

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

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

background-color css

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

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

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

border-color css

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

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

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