Html Css Color HEX #411D0B Brown Pod

📋 copy color: '#411D0B'

red 65 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #411D0B

Tints of Brown Pod #411D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 61.9%
G = 27.62%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#411D0B (or 0x411D0B) is known color: Brown Pod. HEX triplet: 41, 1D and 0B. RGB value is (65,29,11). Sum of RGB (Red+Green+Blue) = 65+29+11=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D0B is #BEE2F4. Grayscale: #252525. Windows color (decimal): -12509941 or 728385. OLE color: 728385.

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

Color convert

RGB 65 29 11 -
CMYK 0 0.55 0.83 0.75
HSL 20º 0.71% 0.15% -
HSV(B) 20º 0.83% 0.25% -
XYZ 2.68 2.03 0.57 -
YUV 37.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 65 29 11 0 0.55 0.83 0.75 20 0.71 0.15
Hex 41 1D B 0 37 53 4B 14 47 F
Octal 101 35 13 0 67 123 113 24 107 17
Binary 1000001 11101 1011 0 110111 1010011 1001011 10100 1000111 1111

Color Harmonies of #411D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D0B

Black with #411D0B

Text Example


Text Example

White with #411D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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