Html Css Color HEX #411D0A Brown Pod

📋 copy color: '#411D0A'

red 65 ◦ green 29 ◦ blue 10

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

Shades of Brown Pod #411D0A

Tints of Brown Pod #411D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 62.5%
G = 27.88%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#411D0A (or 0x411D0A) is known color: Brown Pod. HEX triplet: 41, 1D and 0A. RGB value is (65,29,10). Sum of RGB (Red+Green+Blue) = 65+29+10=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D0A is #BEE2F5. Grayscale: #252525. Windows color (decimal): -12509942 or 662849. OLE color: 662849.

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

Color convert

RGB 65 29 10 -
CMYK 0 0.55 0.85 0.75
HSL 20.73º 0.73% 0.15% -
HSV(B) 20.73º 0.85% 0.25% -
XYZ 2.67 2.02 0.54 -
YUV 37.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 65 29 10 0 0.55 0.85 0.75 20.73 0.73 0.15
Hex 41 1D A 0 37 55 4B 15 49 F
Octal 101 35 12 0 67 125 113 25 111 17
Binary 1000001 11101 1010 0 110111 1010101 1001011 10101 1001001 1111

Color Harmonies of #411D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D0A

Black with #411D0A

Text Example


Text Example

White with #411D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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